We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17666ae commit e7528c4Copy full SHA for e7528c4
backend/api/appsettings.Staging.json
@@ -5,10 +5,10 @@
5
"ClientSecret": "Fill in ASP.NET Secret Manager"
6
},
7
"ManagedIdentity": {
8
- "ClientId": "40e56cce-dc74-4c1f-a577-6088d26acaa4"
+ "ClientId": "d5d5ea06-4952-4843-899c-64aeb4e52240"
9
10
"KeyVault": {
11
- "VaultUri": "https://flotillastagingkv.vault.azure.net/"
+ "VaultUri": "https://robotics-staging-kv.vault.azure.net/"
12
13
"Isar": {
14
"Scopes": [
@@ -29,8 +29,8 @@
29
],
30
"Database": {
31
"UseInMemoryDatabase": false,
32
- "Server": "flotillastagingserverpostgresql",
+ "Server": "robotics-staging-psql-server",
33
"PostgresDatabase": "postgres",
34
- "User": "FlotillaStagingMI"
+ "User": "robotics-staging-managed-identity"
35
}
36
0 commit comments