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