Skip to content

Commit

Permalink
Some little production changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
madjar committed Apr 5, 2012
1 parent bc71c65 commit ed82638
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 8 additions & 6 deletions production.ini
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
[app:main]
use = egg:rezoirclogs
reload_templates = false
debug_authorization = false
debug_notfound = false
debug_routematch = false
debug_templates = false
default_locale_name = fr

pyramid.reload_templates = false
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.default_locale_name = fr

jinja2.directories = rezoirclogs:templates/
jinja2.filters =
model_url = pyramid_jinja2.filters:model_url_filter
colored = rezoirclogs.utils:colored

root = /home/remram/irclogs/

cache.regions = default_term, second, short_term, long_term
cache.type = memory
cache.second.expire = 1
Expand Down
2 changes: 2 additions & 0 deletions pyramid.wsgi
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from pyramid.paster import get_app
application = get_app('/var/lib/rezoirclogs/production.ini', 'main')

0 comments on commit ed82638

Please sign in to comment.