Files
birdy/config.yaml
Nikita Bizyaev d0c5dc8184 yaml
2026-05-05 11:38:44 +03:00

22 lines
717 B
YAML

server:
listenAddress: ":80"
exposedAddress: "https://birdy.greact.online"
stunPorts:
- 3478
logLevel: "info"
logFile: "console"
authSecret: "336c2d76-3d00-4863-abc5-afe55211a36a"
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: # ← ВЛОЖЕНО в server
engine: "sqlite"
encryptionKey: "336c2d76-3d00-4863-abc5-afe55211a36a"