Skip to content

Commit d2ca462

Browse files
committed
add table storage cofig to appsettings.json
Related to: aliencube#213, aliencube#208
1 parent c0aa264 commit d2ca462

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/AzureOpenAIProxy.ApiApp/appsettings.json

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
"KeyVault": {
2727
"VaultUri": "https://{{key-vault-name}}.vault.azure.net/",
2828
"SecretName": "azure-openai-instances"
29+
},
30+
"StorageAccount": {
31+
"ConnectionString": "",
32+
"ContainerName": ""
2933
}
3034
},
3135

0 commit comments

Comments
 (0)