mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-02 19:21:50 +02:00

Default settings from app's root path are loaded first Settings are then overriden by /etc/ihatemoney/ihatemoney.cfg or by another file which path is set in an env var Fixes #187
7 lines
179 B
INI
7 lines
179 B
INI
DEBUG = False
|
|
SQLALCHEMY_DATABASE_URI = 'sqlite:///budget.db'
|
|
SQLACHEMY_ECHO = DEBUG
|
|
|
|
SECRET_KEY = "supersecret"
|
|
|
|
MAIL_DEFAULT_SENDER = ("Budget manager", "budget@notmyidea.org")
|