diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2012-09-02 14:09:41 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2012-09-02 14:09:41 +0200 |
| commit | 688a2814646988a536cc9ff693db17d8bc732a27 (patch) | |
| tree | f3aff1644b3e199d226c5f71841b72f66056bb4f | |
| parent | 2c1fe198e5fb24d84c1f78c772b38d5574e87531 (diff) | |
| download | ihatemoney-mirror-688a2814646988a536cc9ff693db17d8bc732a27.zip ihatemoney-mirror-688a2814646988a536cc9ff693db17d8bc732a27.tar.gz ihatemoney-mirror-688a2814646988a536cc9ff693db17d8bc732a27.tar.bz2 | |
remove epio support
| -rw-r--r-- | budget/epio.ini | 9 | ||||
| -rw-r--r-- | budget/settings_epio.py | 12 |
2 files changed, 0 insertions, 21 deletions
diff --git a/budget/epio.ini b/budget/epio.ini deleted file mode 100644 index 1f1dc78..0000000 --- a/budget/epio.ini +++ /dev/null @@ -1,9 +0,0 @@ -[wsgi] -entrypoint = run:app -requirements = requirements.txt - -[services] -postgres = true - -[static] -/static = static 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 |
