shortener/.envrc.dist

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