fix: use common cookie domain for prod and staging

This commit is contained in:
2024-04-21 09:26:18 +02:00
parent 39b254637c
commit 62d65e5573
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"sso": {
"cookieDomain": "beta.oceanbox.io",
"cookieDomain": ".oceanbox.io",
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
"redis": "10.255.241.201:31379,user=default,password=secret",
"appDomain": "atlantis",