shortener/.envrc.dist
2021-06-07 16:43:13 +02:00

5 lines
132 B
Plaintext

export DEBUG=false
export SECRET_KEY=changeme
export ALLOWED_HOSTS=localhost,127.0.0.1
export DATABASE_URL=sqlite:////db/db.sqlite3