fix: add deployEnv to appsettings

This commit is contained in:
Jonas Juselius
2024-03-08 10:46:43 +01:00
parent 6a1400b106
commit 020efc1627
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -44,5 +44,6 @@
"cliUsers": [
"admin:en-to-tre-fire"
],
"cerbosUrl": "http://prod-cerbos.idp.svc:3593"
"cerbosUrl": "http://prod-cerbos.idp.svc:3593",
"deployEnv": "staging"
}
+2 -2
View File
@@ -39,6 +39,6 @@
"cliUsers": [
"admin:en-to-tre-fire"
],
"cerbosUrl": "http://staging-cerbos.idp.svc:3593"
"cerbosUrl": "http://staging-cerbos.idp.svc:3593",
"deployEnv": "staging"
}