-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
26 lines (22 loc) · 795 Bytes
/
example.env
File metadata and controls
26 lines (22 loc) · 795 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
# Google Workspace Service Account
SERVICE_ACCOUNT_FILE=/opt/mcp_agent/service_account.json
GOOGLE_SCOPES=https://www.googleapis.com/auth/admin.reports.audit.readonly,https://www.googleapis.com/auth/apps.alerts,https://www.googleapis.com/auth/gmail.readonly
# Email Alerts (SMTP)
ALERT_EMAIL=alertcenter@lcps.k12.va.us
SMTP_SERVER=smtp.office365.com
SMTP_PORT=587
SMTP_USERNAME=alerts@lcps.k12.va.us
SMTP_PASSWORD=YourStrongPasswordHere
# AI Classifier (optional)
AI_CLASSIFIER_URL=https://ai-classifier.yourdomain.com/api/classify
AI_CLASSIFIER_TOKEN=YourClassifierTokenHere
AI_MIN_CONFIDENCE=0.7
# MySQL Database
MYSQL_HOST=localhost
MYSQL_PORT=3306
MYSQL_USER=mcp_agent
MYSQL_PASSWORD=YourStrongMySQLPassword
MYSQL_DB=mcp_logs
# Dashboard Server
DASHBOARD_PORT=5000
DASHBOARD_HOST=0.0.0.0