Skip to content

Commit

Permalink
Merge pull request #1310 from solliancenet/cp-080-fixes
Browse files Browse the repository at this point in the history
Regenerate appconfig.template.json
  • Loading branch information
ciprianjichici authored Aug 1, 2024
2 parents a956591 + fea6a5a commit c52f0c2
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 c52f0c2

Please sign in to comment.