Spaces:
Runtime error
Runtime error
| # 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 | |