1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

That config key was wrong

btw, fixed upstream : https://github.com/spiral-project/ihatemoney/pull/121
This commit is contained in:
Jocelyn Delande 2015-05-01 23:25:20 +02:00
parent 7062aa7cff
commit eea29d89c8

View file

@ -3,7 +3,7 @@ SQLALCHEMY_DATABASE_URI = 'mysql://ihatemoney:MY_MYSQL_PW@localhost/ihatemoney'
SQLACHEMY_ECHO = DEBUG
SECRET_KEY = "MY_SECRET_KEY"
DEFAULT_MAIL_SENDER = ("Budget manager", "MY_EMAIL")
MAIL_DEFAULT_SENDER = ("Budget manager", "MY_EMAIL")
try:
from settings import *