fix: add deployName to appsettings

This commit is contained in:
Jonas Juselius
2024-03-08 10:53:28 +01:00
parent 944e19a8de
commit 97157e5911
4 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -27,5 +27,6 @@
"https://atlantis.srv.oceanbox.io" "https://atlantis.srv.oceanbox.io"
], ],
"logService" : "https://seq.oceanbox.io", "logService" : "https://seq.oceanbox.io",
"logApiKey": "" "logApiKey": "",
"deployEnv": "prod"
} }
+2 -1
View File
@@ -29,5 +29,6 @@
"https://atlantis.local.oceanbox.io:8080" "https://atlantis.local.oceanbox.io:8080"
], ],
"logService" : "https://seq.oceanbox.io", "logService" : "https://seq.oceanbox.io",
"logApiKey": "" "logApiKey": "",
"deployEnv": "staging"
} }
+2 -1
View File
@@ -19,5 +19,6 @@
"archiveSvc": "https://archmeister.srv.oceanbox.io", "archiveSvc": "https://archmeister.srv.oceanbox.io",
"cacheDir": "/data/archives/cache", "cacheDir": "/data/archives/cache",
"logService" : "https://seq.oceanbox.io", "logService" : "https://seq.oceanbox.io",
"logApiKey": "" "logApiKey": "",
"deployEnv": "prod"
} }
+2 -1
View File
@@ -22,5 +22,6 @@
"archiveSvc": "https://archmeister.beta.oceanbox.io", "archiveSvc": "https://archmeister.beta.oceanbox.io",
"cacheDir": "/data/archives/cache", "cacheDir": "/data/archives/cache",
"logService" : "https://seq.oceanbox.io", "logService" : "https://seq.oceanbox.io",
"logApiKey": "" "logApiKey": "",
"deployEnv": "staging"
} }