File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1818 "Application:Services:PersistentStorage:CosmosMongo:ConnectionString" : " {cosmosmongo-connection-string}" ,
1919 "Application:Services:AzureAISearch:APIKey" : " {azureaisearch-apikey}" ,
2020 "Application:Services:AzureAISearch:Endpoint" : " {azureaisearch-endpoint}" ,
21- "Application:Services:APP_ENV" : " prod " ,
21+ "Application:Services:APP_ENV" : " {app-environment} " ,
2222 "KernelMemory:Services:AzureAIDocIntel:APIKey" : " {azureaidocintel-apikey}" ,
2323 "KernelMemory:Services:AzureAIDocIntel:Endpoint" : " {azureaidocintel-endpoint}" ,
2424 "KernelMemory:Services:AzureAISearch:APIKey" : " {azureaisearch-apikey}" ,
3434 "KernelMemory:Services:AzureOpenAIText:Endpoint" : " {azureopenaitext-endpoint}" ,
3535 "KernelMemory:Services:AzureQueues:Account" : " {azurequeues-account}" ,
3636 "KernelMemory:Services:AzureQueues:ConnectionString" : " {azurequeues-connection-string}" ,
37- "KernelMemory:Services:APP_ENV" : " prod "
37+ "KernelMemory:Services:APP_ENV" : " {app-environment} "
3838}
Original file line number Diff line number Diff line change @@ -600,6 +600,7 @@ try {
600600 ' {azureaidocintel-apikey}' = $deploymentResult.AzCognitiveServiceKey
601601 ' {cosmosmongo-chat-history-collection}' = " ChatHistory"
602602 ' {cosmosmongo-chat-history-database}' = " DPS"
603+ ' {app-environment}' = " prod"
603604 ' {cosmosmongo-document-manager-collection}' = " Documents"
604605 ' {cosmosmongo-document-manager-database}' = " DPS"
605606 ' {azureaidocintel-endpoint}' = $deploymentResult.AzCognitiveServiceEndpoint
You can’t perform that action at this time.
0 commit comments