fix: fix atlantis appsettings

This commit is contained in:
Jonas Juselius
2024-09-13 17:35:32 +02:00
parent 74936fe9b7
commit d235a3cdea
2 changed files with 4 additions and 2 deletions
@@ -32,5 +32,6 @@
], ],
"logService" : "https://seq.adm.oceanbox.io", "logService" : "https://seq.adm.oceanbox.io",
"logApiKey": "", "logApiKey": "",
"deployEnv": "prod" "deployEnv": "prod",
"plainAuthUsers": []
} }
@@ -30,5 +30,6 @@
], ],
"logService" : "https://seq.adm.oceanbox.io", "logService" : "https://seq.adm.oceanbox.io",
"logApiKey": "", "logApiKey": "",
"deployEnv": "staging" "deployEnv": "staging",
"plainAuthUsers": []
} }