Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 667 Bytes

# Debug mode.md

File metadata and controls

27 lines (21 loc) · 667 Bytes

Debug mode

DEBUG=True

Database configuration

DATABASE_URL=postgresql://user:password@db:5432/dbname

Secret key for Flask

SECRET_KEY=your_secret_key_change_this_in_production

Slack and Jira integration

SLACK_TOKEN=your_slack_token_here JIRA_TOKEN=your_jira_token_here

Chat interface configuration

CHAT_WINDOW_TITLE=Multi-Agent Task Management Chat CHAT_WINDOW_WIDTH=500 CHAT_WINDOW_HEIGHT=600

Author information

AUTHOR_NAME=Your Name AUTHOR_EMAIL=[email protected]

Add any other environment variables your project might need

For example:

LOG_LEVEL=INFO

MAX_CONNECTIONS=100