Skip to content

Commit f72d072

Browse files
committed
Wire Database:Server/User/PostgresDatabase for staging AppRegIdentity
1 parent 875c57a commit f72d072

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

api/appsettings.Staging.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
],
1818
"Database": {
1919
"UseInMemoryDatabase": false,
20-
"AllowedAuthMethods": [ "AppRegIdentity", "ConnectionString" ]
20+
"AllowedAuthMethods": [ "AppRegIdentity", "ConnectionString" ],
21+
"Server": "robotics-staging-psql-server",
22+
"PostgresDatabase": "sara",
23+
"User": "sara-staging"
2124
},
2225
"KeyVault": {
2326
"VaultUri": "https://sarastaging-kv.vault.azure.net/"

0 commit comments

Comments
 (0)