Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Fix JWT token in example config
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Jun 10, 2024
1 parent aaeb9a5 commit d940a44
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions configs/configs.example.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
prod: true
tailscale:
controlUrl:
hostname: "live-events-dev"
controlUrl:
hostname: "live-events-dev"
kafka:
brokers: "localhost:9092"
topic: ""
group_id: "livestream-dev"
brokers: "localhost:9092"
topic: ""
group_id: "livestream-dev"
mmdb:
path: "mmdb.db"
path: "mmdb.db"
jwt:
secret: "<randomly generated secret key>"
token: "<randomly generated secret key>"

0 comments on commit d940a44

Please sign in to comment.