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