ihatemoney/ihatemoney/tests/ihatemoney_envvar.cfg
Peter Maksymowsky a5452ccee5
Display admin email in error message for password reminder (#965)
Co-authored-by: Glandos <bugs-github@antipoul.fr>
2022-01-30 15:33:54 +01:00

9 lines
246 B
INI

# This file is only used for test case "test_env_var_configuration_file"
DEBUG = False
SQLALCHEMY_DATABASE_URI = 'sqlite:///budget.db'
SQLACHEMY_ECHO = DEBUG
SECRET_KEY = "lalatra"
MAIL_DEFAULT_SENDER = ("Budget manager", "admin@example.com")