4 lines
132 B
Text
4 lines
132 B
Text
export DEBUG=false
|
|
export SECRET_KEY=changeme
|
|
export ALLOWED_HOSTS=localhost,127.0.0.1
|
|
export DATABASE_URL=sqlite:////db/db.sqlite3
|