ctp-slack-bot / .env.template
LiKenun's picture
Provisional project structure
005a292
raw
history blame
531 Bytes
# Copy this file and modify. Do not save or commit the secrets!
# API Configuration
API_HOST=0.0.0.0
API_PORT=8000
DEBUG=false
# MongoDB Configuration
MONGODB_URI=mongodb+srv://username:[email protected]/database?retryWrites=true&w=majority
MONGODB_DB_NAME=ctp_slack_bot
# Slack Configuration
SLACK_BOT_TOKEN=πŸͺ™
SLACK_SIGNING_SECRET=πŸ”
SLACK_APP_TOKEN=πŸ¦₯
# Hugging Face Configuration
HF_API_TOKEN=πŸ€—
# Logging Configuration
LOG_LEVEL=INFO
LOG_FORMAT=json
# APScheduler Configuration
SCHEDULER_TIMEZONE=UTC