Added an example configuration file
This commit is contained in:
parent
9df2b42b5a
commit
ca17d47a75
1 changed files with 5 additions and 0 deletions
5
config-example.py
Normal file
5
config-example.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
DATABASE = '/tmp/flask-site.db'
|
||||
DEBUG = True
|
||||
SECRET_KEY = 'development key'
|
||||
USERNAME = 'username'
|
||||
PASSWORD = 'password'
|
Loading…
Reference in a new issue