From 688a2814646988a536cc9ff693db17d8bc732a27 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 2 Sep 2012 14:09:41 +0200 Subject: remove epio support --- budget/settings_epio.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 budget/settings_epio.py (limited to 'budget/settings_epio.py') diff --git a/budget/settings_epio.py b/budget/settings_epio.py deleted file mode 100644 index dbcb68a..0000000 --- a/budget/settings_epio.py +++ /dev/null @@ -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 -- cgit v1.1