deploy: update appsettings with new cerbos url
This commit is contained in:
@@ -43,5 +43,6 @@
|
||||
"logApiKey": "",
|
||||
"cliUsers": [
|
||||
"admin:en-to-tre-fire"
|
||||
]
|
||||
],
|
||||
"cerbosUrl": "http://prod-cerbos.idp.svc:3593"
|
||||
}
|
||||
|
||||
@@ -38,5 +38,7 @@
|
||||
"logApiKey": "",
|
||||
"cliUsers": [
|
||||
"admin:en-to-tre-fire"
|
||||
]
|
||||
],
|
||||
"cerbosUrl": "http://staging-cerbos.idp.svc:3593"
|
||||
|
||||
}
|
||||
|
||||
@@ -13,5 +13,6 @@
|
||||
"archmeister": "https://archmeister.srv.oceanbox.io",
|
||||
"pubsubName": "pubsub",
|
||||
"pubsubTopic": "hipster-atlantis",
|
||||
"fenceRadius": 1000.0
|
||||
"fenceRadius": 1000.0,
|
||||
"cerbosUrl": "http://prod-cerbos.idp.svc:3593"
|
||||
}
|
||||
|
||||
@@ -13,5 +13,6 @@
|
||||
"archmeister": "https://archmeister.beta.oceanbox.io",
|
||||
"pubsubName": "pubsub",
|
||||
"pubsubTopic": "hipster-atlantis",
|
||||
"fenceRadius": 1000.0
|
||||
"fenceRadius": 1000.0,
|
||||
"cerbosUrl": "http://staging-cerbos.idp.svc:3593"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user