aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/tests/ihatemoney.cfg
blob: 6345fcf4fac1bbac3d998671f9c58ca07d0b431e (plain)
1
2
3
4
5
6
7
DEBUG = False
SQLALCHEMY_DATABASE_URI = 'sqlite:///budget.db'
SQLACHEMY_ECHO = DEBUG

SECRET_KEY = "supersecret"

MAIL_DEFAULT_SENDER = ("Budget manager", "budget@notmyidea.org")