Updated sample config.

This commit is contained in:
neviyn 2015-10-05 16:54:02 +01:00
parent b11d522ce8
commit a78bd4257f

View File

@ -3,4 +3,4 @@
SQLALCHEMY_DATABASE_URI = 'sqlite:///wanikani.db' SQLALCHEMY_DATABASE_URI = 'sqlite:///wanikani.db'
SECRET_KEY = "putabettersecretkeyhere" SECRET_KEY = "putabettersecretkeyhere"
DEBUG = False DEBUG = False
SERVER_NAME = '127.0.0.1:5000' PORT = 5000