Added example config file.
This commit is contained in:
parent
3fc909eac2
commit
a8a141f3df
4
example-config.py
Normal file
4
example-config.py
Normal 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"
|
Loading…
Reference in New Issue
Block a user