25 lines
844 B
JSON
25 lines
844 B
JSON
{
|
|
"sso": {
|
|
"cookieDomain": ".srv.oceanbox.io",
|
|
"signedOutRedirectUri": "https://idp.srv.oceanbox.io/dex/static/logout.html",
|
|
"redis": "10.255.241.201:30379,user=default,password=secret",
|
|
"appDomain": "atlantis",
|
|
"dataProtectionKeys": "DataProtection-Keys"
|
|
},
|
|
"allowedOrigins": [
|
|
"http://localhost:8085",
|
|
"http://localhost:8080",
|
|
"https://localhost:8080",
|
|
"https://maps.oceanbox.io",
|
|
"https://atlantis.srv.oceanbox.io",
|
|
"https://maps.relic.oceanbox.io",
|
|
"https://atlantis.dev.oceanbox.io",
|
|
"https://atlantis.local.oceanbox.io:8080"
|
|
],
|
|
"archiveSvc": "https://archmeister.srv.oceanbox.io",
|
|
"cacheDir": "/data/archives/cache",
|
|
"logService" : "https://seq.oceanbox.io",
|
|
"logApiKey": "",
|
|
"deployEnv": "prod"
|
|
}
|