-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
23 lines (23 loc) · 860 Bytes
/
appsettings.json
File metadata and controls
23 lines (23 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AzureSearchEndpoint": "<Your Azure Search Base Endpoint>",
"AzureSearchResourceKey": "<Your Azure Search Resource Key Provided by the Azure Open AI Service>",
"AzureSearchUri": "<Your Azure Search Endpoint with the Indexer>",
"AzureSearchKey": "<Your Azure Search Key>",
"AzureSearchIndex": "<Your Azure Search Index Name>",
"AzureOpenAIEndpoint": "<Your Azure Open AI Base Endpoint>",
"AzureOpenAIDeployment": "<Your Azure Open AI Deployment>",
"AzureOpenAIKey": "<Your Azure Open AI Key>",
"AllowedHosts": "*",
"ConnectionStrings": {
"CosmosDB": "<Your Azure Cosmos DB Connection String>"
},
"ApplicationInsights": {
"ConnectionString": "(Optional) <Your Azure Application Insights Connection String>"
}
}