aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/tests/ihatemoney_envvar.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/tests/ihatemoney_envvar.cfg')
-rw-r--r--ihatemoney/tests/ihatemoney_envvar.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/ihatemoney/tests/ihatemoney_envvar.cfg b/ihatemoney/tests/ihatemoney_envvar.cfg
new file mode 100644
index 0000000..dbc078e
--- /dev/null
+++ b/ihatemoney/tests/ihatemoney_envvar.cfg
@@ -0,0 +1,7 @@
+DEBUG = False
+SQLALCHEMY_DATABASE_URI = 'sqlite:///budget.db'
+SQLACHEMY_ECHO = DEBUG
+
+SECRET_KEY = "lalatra"
+
+MAIL_DEFAULT_SENDER = ("Budget manager", "budget@notmyidea.org")