enable Python development mode by default

This commit is contained in:
Changaco 2025-04-21 21:20:46 +02:00
parent aa90bc8ea9
commit 208ee6b46b
No known key found for this signature in database

View File

@ -1,7 +1,10 @@
DATABASE_URL="dbname=liberapay"
DATABASE_MAXCONN=50
# https://docs.python.org/3/using/cmdline.html#envvar-PYTHONDONTWRITEBYTECODE
PYTHONDONTWRITEBYTECODE=true
# https://docs.python.org/3/library/devmode.html
PYTHONDEVMODE=1
CANONICAL_HOST=localhost:8339
CANONICAL_SCHEME=http