Added example config file.

This commit is contained in:
neviyn 2015-10-05 14:03:19 +01:00
parent 3fc909eac2
commit a8a141f3df

4
example-config.py Normal file
View File

@ -0,0 +1,4 @@
# 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"