flask-login-example/envExample

8 lines
205 B
Plaintext
Raw Permalink Normal View History

2017-05-18 18:25:54 +02:00
export DOMAIN='example.com'
export SECRET_KEY='my secret'
export DEBUG=True
export SQLALCHEMY_DATABASE_URI='sqlite:///database.sqlite'
export MAIL_SERVER=''
export MAIL_USERNAME=''
export MAIL_PASSWORD=''