We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82fada commit 4cf259cCopy full SHA for 4cf259c
compose.dev.yaml
@@ -8,6 +8,9 @@ services:
8
environment:
9
ASK_TOKEN: asktoken
10
FLASK_APP: app.py
11
+ FLASK_ENV: development # Set Flask environment to development
12
+ FLASK_DEBUG: 1 # Enable debug mode
13
+ DEBUG: 1 # Ensure DEBUG is set to 1
14
REBUILD_TOKEN: rebuildtoken
15
SECRET_KEY: supersecret
16
SEGMENT_WRITE_KEY: ${SEGMENT_WRITE_KEY} # Set your Segment write key here or in the .env file
0 commit comments