-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (23 loc) · 913 Bytes
/
.env.example
File metadata and controls
30 lines (23 loc) · 913 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
# GitHub Configuration
GITHUB_TOKEN=your_github_token_here
GITHUB_REPO=owner/repo
# Azure DevOps Configuration
AZURE_DEVOPS_TOKEN=your_azure_token_here
AZURE_ORG=your-organization
AZURE_PROJECT=your-project
AZURE_PIPELINE_ID=your-pipeline-id
# HTTP Configuration
DEPLOY_URL=https://ai.gratech.sa/deploy
DEPLOY_API_KEY=your_api_key_here
# Microsoft Teams Configuration
TEAMS_WEBHOOK_URL=your_teams_webhook_url_here
# Canva Configuration (Optional)
CANVA_API_KEY=your_canva_api_key_here
# Database Configuration
DATABASE_URL=sqlite:///./cometx_memory.db
# Bot Configuration
BOT_NAME=CometX Automation Bot
TRIGGER_PHRASE=Start automation
# Copilot Studio Bot Integration
COPILOT_STUDIO_API_URL=https://default4fef011aec154171b2931b10bc52fd.a1.environment.api.powerplatform.com/copilotstudio/dataverse-backed/authenticated/bots/cua_agent_Ow2NP/conversations
COPILOT_STUDIO_TOKEN=your_copilot_studio_token_here