We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7528c4 commit 843dc71Copy full SHA for 843dc71
backend/api/appsettings.Production.json
@@ -5,10 +5,10 @@
5
"ClientSecret": "Fill in ASP.NET Secret Manager"
6
},
7
"ManagedIdentity": {
8
- "ClientId": "1ef9477f-41d9-4457-807c-18e39766e65e"
+ "ClientId": "3def0261-2f46-45e1-bd2b-7dc5c52b724f"
9
10
"KeyVault": {
11
- "VaultUri": "https://flotillaprodkv.vault.azure.net/"
+ "VaultUri": "https://robotics-prod-kv.vault.azure.net/"
12
13
"Isar": {
14
"Scopes": [
@@ -28,8 +28,8 @@
28
],
29
"Database": {
30
"UseInMemoryDatabase": false,
31
- "Server": "flotillaprodserverpostgresql",
+ "Server": "robotics-prod-psql-server",
32
"PostgresDatabase": "postgres",
33
- "User": "FlotillaProdMI"
+ "User": "robotics-prod-managed-identity"
34
}
35
0 commit comments