Skip to content

Commit

Permalink
fix config.go to fix indentation issue in the listen field
Browse files Browse the repository at this point in the history
  • Loading branch information
tphakala committed Apr 21, 2024
1 parent 1b8e9d3 commit cb99a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/conf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ realtime:
telemetry:
enabled: false # true to enable Prometheus compatible telemetry endpoint
listen: "0.0.0.0:8090" # IP address and port to listen on
listen: "0.0.0.0:8090" # IP address and port to listen on
retention:
enabled: true # true to enable retention policy of clips
Expand Down

0 comments on commit cb99a02

Please sign in to comment.