This commit is contained in:
Nikita Bizyaev
2026-05-05 11:38:44 +03:00
parent dd3d10fe27
commit d0c5dc8184

View File

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