Files
manifests/charts/archmeister/prod/appsettings.json
T
2024-02-21 21:35:13 +01:00

48 lines
1.8 KiB
JSON

{
"connString": "Username=app;Password=secret;Host=prod-archmeister-rw;Port=5432;Database=app;Pooling=true;",
"oidc": {
"issuer": "https://idp.srv.oceanbox.io/dex",
"authorization_endpoint": "https://idp.srv.oceanbox.io/dex/auth",
"token_endpoint": "https://idp.srv.oceanbox.io/dex/token",
"jwks_uri": "https://idp.srv.oceanbox.io/dex/keys",
"userinfo_endpoint": "https://idp.srv.oceanbox.io/dex/userinfo",
"device_authorization_endpoint": "https://idp.srv.oceanbox.io/dex/device/code",
"clientId": "archmeister",
"clientSecret": "",
"scopes": [
"openid",
"email",
"offline_access",
"profile"
]
},
"sso": {
"cookieDomain": ".oceanbox.io",
"signedOutRedirectUri": "https://idp.srv.oceanbox.io/dex/static/logout.html",
"redis": "prod-redis-master.redis.svc,user=default,password=secret",
"appDomain": "atlantis",
"dataProtectionKeys": "DataProtection-Keys"
},
"allowedOrigins": [
"https://maps.oceanbox.io",
"https://atlantis.srv.oceanbox.io",
"https://maps.relic.oceanbox.io",
"https://sorcerer.data.oceanbox.io",
"https://sorcerer.hpc.oceanbox.io",
"https://jonas-sorcerer.ekman.oceanbox.io",
"https://beta.sorcerer.ekman.oceanbox.io",
"https://simkir-sorcerer.ekman.oceanbox.io",
"https://stig-sorcerer.ekman.oceanbox.io",
"https://atlantis.beta.oceanbox.io",
"https://jonas-atlantis.beta.oceanbox.io",
"https://simkir-atlantis.beta.oceanbox.io",
"https://stig-atlantis.beta.oceanbox.io",
"https://a.local.oceanbox.io:8080"
],
"logService" : "https://seq.oceanbox.io",
"logApiKey": "",
"cliUsers": [
"admin:en-to-tre-fire"
]
}