1
This commit is contained in:
21
config.yaml
Normal file
21
config.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
server:
|
||||
listenAddress: ":80"
|
||||
exposedAddress: "https://birdy.greact.online"
|
||||
stunPorts:
|
||||
- 3478
|
||||
logLevel: "info"
|
||||
logFile: "console"
|
||||
|
||||
auth:
|
||||
issuer: "https://birdy.greact.online/oauth2" # остаётся для совместимости, но должен указывать на встроенный OAuth2 сервер NetBird
|
||||
localAuthDisabled: false # ВКЛЮЧАЕТ локальную аутентификацию по паролю (false = локальная разрешена)
|
||||
signKeyRefreshEnabled: true
|
||||
dashboardRedirectURIs:
|
||||
- "https://birdy.greact.online/nb-auth"
|
||||
- "https://birdy.greact.online/nb-silent-auth"
|
||||
cliRedirectURIs:
|
||||
- "http://localhost:53000/"
|
||||
|
||||
store:
|
||||
engine: "sqlite"
|
||||
encryptionKey: "336c2d76-3d00-4863-abc5-afe55211a36a"
|
||||
Reference in New Issue
Block a user