cacheck/config.py (7 lines of code) (raw):

class Config(object): DEBUG = True DB_HOST = 'crt.sh' DB_PORT = 5432 DB_USER = 'guest' DB_PASS = '' DB_DATABASE = 'certwatch'