fix: add deployName to appsettings
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user