Added an example configuration file

This commit is contained in:
William Brawner 2016-03-03 22:16:13 -06:00
parent 9df2b42b5a
commit ca17d47a75

5
config-example.py Normal file
View file

@ -0,0 +1,5 @@
DATABASE = '/tmp/flask-site.db'
DEBUG = True
SECRET_KEY = 'development key'
USERNAME = 'username'
PASSWORD = 'password'