#29 correct the settings example
Merged 7 years ago by mjia. Opened 7 years ago by mjia.
mjia/waiverdb correct_example  into  master

file modified
+3 -6
@@ -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

no initial comment

Typo, s/exmaple/example/

:+1: although you could fix the commit message typo as pointed out by @cqi

:+1: ditto to @dcallagh and @cqi's comments.

rebased

7 years ago

I've fixed the typo and should be okay to merge.

Pull-Request has been merged by mjia

7 years ago
Metadata