mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
add settings for epio
This commit is contained in:
parent
90acad67f9
commit
870101c237
1 changed files with 12 additions and 0 deletions
12
budget/settings_epio.py
Normal file
12
budget/settings_epio.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
Loading…
Reference in a new issue