mirror of
https://github.com/docmost/docmost.git
synced 2025-11-10 03:32:06 +10:00
feat: debug mode env variable (#1450)
This commit is contained in:
@ -43,4 +43,7 @@ POSTMARK_TOKEN=
|
||||
# for custom drawio server
|
||||
DRAWIO_URL=
|
||||
|
||||
DISABLE_TELEMETRY=false
|
||||
DISABLE_TELEMETRY=false
|
||||
|
||||
# Enable debug logging in production (default: false)
|
||||
DEBUG_MODE=false
|
||||
Reference in New Issue
Block a user