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