-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.env.template
More file actions
32 lines (27 loc) · 829 Bytes
/
.env.template
File metadata and controls
32 lines (27 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Environment variables for Azure deployment
AZURE_ENV_NAME=
AZURE_LOCATION=eastus2
AZURE_SUBSCRIPTION_ID=
# Azure AI Foundry Settings (BYOAI - Bring Your Own AI)
# REQUIRED
AZURE_AI_FOUNDRY_RESOURCE_GROUP=
AZURE_AI_FOUNDRY_RESOURCE_NAME=
AZURE_AI_FOUNDRY_PROJECT_NAME=
AZURE_AI_MODEL_DEPLOYMENT_NAME=
# Azure OpenAI Settings (BYOAI - Bring Your Own AI)
# REQUIRED
AZURE_OPENAI_ENDPOINT=
AZURE_OPENAI_RESPONSES_DEPLOYMENT_NAME=
AZURE_OPENAI_EMBEDDING_DEPLOYMENT_NAME=
# Azure Content Safety Service Settings (BYOAI - Bring Your Own AI)
# REQUIRED
AZURE_CONTENT_SAFETY_RESOURCE_NAME=
# JIRA Configuration (Optional)
USE_JIRA_MCP_SERVER=true
JIRA_SERVER_ENDPOINT=
JIRA_SERVER_USERNAME=
JIRA_SERVER_PASSWORD=
# Azure DevOps Configuration (Optional)
USE_AZURE_DEVOPS_MCP_SERVER=true
AZURE_DEVOPS_ORG_NAME=
AZURE_DEVOPS_EXT_PAT=