Skip to content

Commit

Permalink
Regenerate appconfig.template.json
Browse files Browse the repository at this point in the history
  • Loading branch information
codingbandit committed Jul 31, 2024
1 parent df5b3a4 commit fea6a5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/dotnet/Common/Templates/appconfig.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,13 @@
"content_type": "application/vnd.microsoft.appconfig.keyvaultref+json;charset=utf-8",
"tags": {}
},
{
"key": "FoundationaLLM:APIEndpoints:StateAPI:Essentials:APIUrl",
"value": "${env:SERVICE_STATE_API_ENDPOINT_URL}",
"label": null,
"content_type": "",
"tags": {}
},
{
"key": "FoundationaLLM:APIEndpoints:StateAPI:Essentials:APIKey",
"value": "{\"uri\":\"${env:AZURE_KEY_VAULT_ENDPOINT}secrets/foundationallm-apiendpoints-stateapi-apikey\"}",
Expand Down

0 comments on commit fea6a5a

Please sign in to comment.