From a78bd4257f6f026692cbe3742f3e120180ac6d9a Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Mon, 5 Oct 2015 16:54:02 +0100 Subject: [PATCH] Updated sample config. --- example-config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-config.py b/example-config.py index ad11089..70f86aa 100644 --- a/example-config.py +++ b/example-config.py @@ -3,4 +3,4 @@ SQLALCHEMY_DATABASE_URI = 'sqlite:///wanikani.db' SECRET_KEY = "putabettersecretkeyhere" DEBUG = False -SERVER_NAME = '127.0.0.1:5000' \ No newline at end of file +PORT = 5000 \ No newline at end of file