fix: add deployName to appsettings

This commit is contained in:
Jonas Juselius
2024-03-08 09:43:57 +01:00
parent e8de9a6780
commit 6a1400b106
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -31,5 +31,6 @@
"https://atlantis.srv.oceanbox.io"
],
"logService" : "https://seq.oceanbox.io",
"logApiKey": ""
"logApiKey": "",
"deployEnv": "prod"
}
+2 -1
View File
@@ -29,5 +29,6 @@
"https://atlantis.beta.oceanbox.io"
],
"logService" : "https://seq.oceanbox.io",
"logApiKey": ""
"logApiKey": "",
"deployEnv": "staging"
}