From 4fc848b0f28a79a169a141357bb182d92069dac2 Mon Sep 17 00:00:00 2001 From: Matt Jia Date: Apr 11 2017 02:11:25 +0000 Subject: correct the settings example --- diff --git a/conf/settings.py.example b/conf/settings.py.example index 4001f9a..92a4e3d 100644 --- a/conf/settings.py.example +++ b/conf/settings.py.example @@ -3,10 +3,7 @@ SECRET_KEY = 'replace-me-with-something-random' #SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://dbuser:dbpassword@dbhost:dbport/dbname' SQLALCHEMY_DATABASE_URI = 'sqlite:////var/tmp/waiverdb_db.sqlite' -FILE_LOGGING = False -LOGFILE = '/var/log/waiverdb/waiverdb.log' -SYSLOG_LOGGING = False -STREAM_LOGGING = True +JOURNAL_LOGGING = False #SHOW_DB_URI = False -RUN_HOST= '0.0.0.0' -RUN_PORT = 5004 +HOST= '0.0.0.0' +PORT = 5004