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:
parent
7062aa7cff
commit
eea29d89c8
1 changed files with 1 additions and 1 deletions
|
@ -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 *
|
||||
|
|
Loading…
Reference in a new issue