Files
AI-Red-Teaming-Playground-L…/docker/chat-copilot/webapi/.env.example
microsoft-github-operations[bot] 6659812f5b Initial commit
2025-05-18 06:12:26 -07:00

23 lines
821 B
Plaintext

# Backend authentication via Azure AD
# Refer to https://github.com/microsoft/chat-copilot#optional-enable-backend-authentication-via-azure-ad
Authentication__AzureAd__ClientId=
Authentication__AzureAd__TenantId=
Frontend__AadClientId=
# Azure speech settings
AzureSpeech__Region=
AzureSpeech__Key=
# Azure OpenAI embedding settings
SemanticMemory__Services__AzureOpenAIEmbedding__Deployment=
SemanticMemory__Services__AzureOpenAIEmbedding__Endpoint=
SemanticMemory__Services__AzureOpenAIEmbedding__APIKey=
# Azure OpenAI text settings
SemanticMemory__Services__AzureOpenAIText__Deployment=
SemanticMemory__Services__AzureOpenAIText__Endpoint=
SemanticMemory__Services__AzureOpenAIText__APIKey=
# Azure blobs settings
SemanticMemory__Services__AzureBlobs__Auth=
SemanticMemory__Services__AzureBlobs__ConnectionString=