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

remove epio support

This commit is contained in:
Alexis Metaireau 2012-09-02 14:09:41 +02:00
parent 2c1fe198e5
commit 688a281464
2 changed files with 0 additions and 21 deletions

View file

@ -1,9 +0,0 @@
[wsgi]
entrypoint = run:app
requirements = requirements.txt
[services]
postgres = true
[static]
/static = static

View file

@ -1,12 +0,0 @@
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