deploy: update appsettings with new cerbos url

This commit is contained in:
Jonas Juselius
2024-03-05 15:40:38 +01:00
parent f9886a5f76
commit 4e15e8357f
4 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -43,5 +43,6 @@
"logApiKey": "",
"cliUsers": [
"admin:en-to-tre-fire"
]
],
"cerbosUrl": "http://prod-cerbos.idp.svc:3593"
}
+3 -1
View File
@@ -38,5 +38,7 @@
"logApiKey": "",
"cliUsers": [
"admin:en-to-tre-fire"
]
],
"cerbosUrl": "http://staging-cerbos.idp.svc:3593"
}
+2 -1
View File
@@ -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"
}
+2 -1
View File
@@ -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"
}