From a8a141f3df2bdff2ae074155c3dc3a2bdd206cad Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Mon, 5 Oct 2015 14:03:19 +0100 Subject: [PATCH] Added example config file. --- example-config.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 example-config.py diff --git a/example-config.py b/example-config.py new file mode 100644 index 0000000..38a24b3 --- /dev/null +++ b/example-config.py @@ -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"