weboob-ci/weboob-ci/config.py.example

8 lines
260 B
Plaintext
Raw Permalink Normal View History

2016-12-02 02:51:29 +01:00
# These are development settings, update if you run in production
HOST = "localhost" # IP to bind to (0.0.0.0 to listen to everything)
PORT = 8080 # Port to bind to
DEBUG = True
DB_TYPE = "SqliteDatabase" # A peewee supported db type
DB_URI = "db.sqlite3"