mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-04 20:21:49 +02:00
9 lines
243 B
INI
9 lines
243 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>"
|