mirror of
https://github.com/ImranR98/selfhostingfromscratch.git
synced 2026-04-23 22:38:01 -04:00
4 lines
126 B
TOML
4 lines
126 B
TOML
bindPort = 7000
|
|
auth.additionalScopes = ["HeartBeats", "NewWorkConns"]
|
|
auth.method = "token"
|
|
auth.token = "mysupersecrettoken" |