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

13 lines
337 B
Python
Raw Normal View History

2012-04-01 20:35:32 +02:00
from bundle_config import config
SQLALCHEMY_DATABASE_URI = 'postgresql://%(username)s:%(password)s@%(host)s:%(port)s/%(database)s' % config['postgres']
SECRET_KEY = "yosh"
MAIL_SERVER = "yourhost"
MAIL_PORT = 110
MAIL_USERNAME = 'foo'
MAIL_PASSWORD = 'bar'
MAIL_USE_TLS = True
SITE_URL = "http://ihatemoney.notmyidea.org"
DEBUG = True