Updated sample config for MySQL setup
This commit is contained in:
parent
8cb42270c4
commit
4054d0041b
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
DATABASE = '/tmp/flask-site.db'
|
||||
MYSQL_USER = 'user'
|
||||
MYSQL_PASSWORD = 'password'
|
||||
MYSQL_HOST 'localhost'
|
||||
MYSQL_DB = 'database'
|
||||
DEBUG = True
|
||||
SECRET_KEY = 'development key'
|
||||
USERNAME = 'username'
|
||||
|
|
Loading…
Reference in a new issue