From d0c5dc8184b14201f05a8d8f59ede812996fc4cc Mon Sep 17 00:00:00 2001 From: Nikita Bizyaev Date: Tue, 5 May 2026 11:38:44 +0300 Subject: [PATCH] yaml --- config.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/config.yaml b/config.yaml index 59afc3f..41f30f2 100644 --- a/config.yaml +++ b/config.yaml @@ -7,16 +7,16 @@ server: logFile: "console" authSecret: "336c2d76-3d00-4863-abc5-afe55211a36a" -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/" + auth: # ← ВЛОЖЕНО в server + issuer: "https://birdy.greact.online/oauth2" + localAuthDisabled: 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" \ No newline at end of file + store: # ← ВЛОЖЕНО в server + engine: "sqlite" + encryptionKey: "336c2d76-3d00-4863-abc5-afe55211a36a" \ No newline at end of file