Skip to content

Commit 40ade5e

Browse files
committed
refactor appsettings.json
Related to: #300
1 parent dd11045 commit 40ade5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/AzureOpenAIProxy.ApiApp/appsettings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
},
2626
"KeyVault": {
2727
"VaultUri": "https://{{key-vault-name}}.vault.azure.net/",
28-
"SecretName": "azure-openai-instances"
29-
},
30-
"StorageAccount": {
31-
"KeyVaultSecretName": "storage-connection-string"
28+
"SecretNames": {
29+
"OpenAI": "azure-openai-instances",
30+
"Storage": "storage-connection-string"
31+
}
3232
}
3333
},
3434

0 commit comments

Comments
 (0)