Files
manifests/archmeister/prod/appsettings.json
T
2024-02-01 10:36:47 +01:00

47 lines
1.8 KiB
JSON

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