venesis / .env.example
JohnGFX's picture
Venegard AI Hub - production release
ca812a1
raw
history blame contribute delete
420 Bytes
# Google Generative AI Configuration
GOOGLE_API_KEY=your_api_key_here
# Streamlit Configuration
STREAMLIT_SERVER_HEADLESS=true
DEBUG=false
# Email Configuration (for future implementation)
SMTP_SERVER=smtp.gmail.com
SMTP_PORT=587
SMTP_USERNAME=your_email@gmail.com
SMTP_PASSWORD=your_app_password
# Database Configuration
DATABASE_PATH=data/crm_database.json
# Application Settings
LOG_LEVEL=INFO
MAX_FILE_SIZE=50MB