wanikaniburned/example-config.py

7 lines
211 B
Python
Raw Normal View History

2015-10-05 14:03:19 +01:00
# Make a copy of this called config.py in the application root directory.
# Change as required.
SQLALCHEMY_DATABASE_URI = 'sqlite:///wanikani.db'
SECRET_KEY = "putabettersecretkeyhere"
DEBUG = False
PORT = 5000