ihatemoney/ihatemoney/tests/ihatemoney.cfg
2022-04-07 21:15:48 +02:00

9 lines
247 B
INI

# This file is only used for test case "test_default_configuration_file"
DEBUG = False
SQLALCHEMY_DATABASE_URI = 'sqlite:///budget.db'
SQLACHEMY_ECHO = DEBUG
SECRET_KEY = "supersecret"
MAIL_DEFAULT_SENDER = "Budget manager <admin@example.com>"