-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (20 loc) · 746 Bytes
/
.env.example
File metadata and controls
26 lines (20 loc) · 746 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
# Example .env file for AI Usage Log
# List of managers (comma-separated)
MANAGER_CHOICES=Alice,Bob,Charlie
# List of AI tools (comma-separated)
TOOL_CHOICES=ChatGPT,GitHub Copilot,Claude
# List of purposes (comma-separated)
PURPOSE_CHOICES=Development,Writing,Research,Other
# Storage type: SQLite (default) or CSV
# SQLite DB is ai_usage_log.db
# CSV is ai_usage_log.csv
STORAGE_TYPE=SQLite
# JWT secret for authentication tokens
JWT_SECRET=your-super-secret-jwt-key-here
# SMTP server configuration for weekly digest email
SMTP_SERVER=smtp.example.com
SMTP_PORT=465
SMTP_USERNAME=your_email@example.com
SMTP_PASSWORD=your_password
RECIPIENTS=recipient1@example.com,recipient2@example.com
STREAMLIT_APP_URL=https://your-streamlit-app-url