forked from gedankenstuecke/oh_data_uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sample
23 lines (18 loc) · 772 Bytes
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
################################
# #
# THIS IS A SECRET FILE!!! #
# #
# Do not add your .env to git! #
# #
################################
# SECRET_KEY encrypts things. In production it should be a random string.
SECRET_KEY=mysecretshouldnotbeongit
# ADMIN_PASSWORD is how you log in to manage this app and configuration.
ADMIN_PASSWORD=''
# Optional, but you probably want this for logging and debugging.
PYTHONUNBUFFERED='true'
# Set DATABASE_URL to use something other than the default SQLite.
# DATABASE_URL=postgres:///myurl
# Set app base URL. If unset, defaults to http://127.0.0.1:5000 local,
# and herokuapp.com URL on Heroku.
# APP_BASE_URL='http://127.0.0.1:5000'