Skip to content

Commit

Permalink
refactor appsettings.json
Browse files Browse the repository at this point in the history
Related to: aliencube#300
  • Loading branch information
sikutisa committed Sep 7, 2024
1 parent dd11045 commit 40ade5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/AzureOpenAIProxy.ApiApp/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"KeyVault": {
"VaultUri": "https://{{key-vault-name}}.vault.azure.net/",
"SecretName": "azure-openai-instances"
},
"StorageAccount": {
"KeyVaultSecretName": "storage-connection-string"
"SecretNames": {
"OpenAI": "azure-openai-instances",
"Storage": "storage-connection-string"
}
}
},

Expand Down

0 comments on commit 40ade5e

Please sign in to comment.