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