Changeset - a7b0814267cb
[Not reviewed]
default
0 2 0
Marcin Kuzminski - 15 years ago 2010-05-27 01:20:30
marcin@python-works.com
Changed configs, server statics to false, and fixed a simply large bug with cache regions typo
2 files changed with 6 insertions and 6 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -35,7 +35,7 @@ port = 5000
 
[app:main]
 
use = egg:pylons_app
 
full_stack = true
 
static_files = true
 
static_files = false
 
lang=en
 
cache_dir = %(here)s/data
 
##a name for our application
 
@@ -47,8 +47,8 @@ hg_app_name = Python-works
 
beaker.cache.data_dir=/tmp/cache/data
 
beaker.cache.lock_dir=/tmp/cache/lock
 
beaker.cache.regions=short_term,long_term
 
beaker.cache.short_term.type=file
 
beaker.cache.short_term.expire=3600
 
beaker.cache.long_term.type=file
 
beaker.cache.long_term.expire=3600
 
beaker.cache.short_term.type=memory
 
beaker.cache.short_term.expire=60
 

	
production.ini
Show inline comments
 
@@ -35,7 +35,7 @@ port = 8001
 
[app:main]
 
use = egg:pylons_app
 
full_stack = true
 
static_files = true
 
static_files = false
 
lang=en
 
cache_dir = %(here)s/data
 
##a name for our application
 
@@ -47,8 +47,8 @@ hg_app_name = Python-works
 
beaker.cache.data_dir=/tmp/cache/data
 
beaker.cache.lock_dir=/tmp/cache/lock
 
beaker.cache.regions=short_term,long_term
 
beaker.cache.short_term.type=file
 
beaker.cache.short_term.expire=3600
 
beaker.cache.long_term.type=file
 
beaker.cache.long_term.expire=3600
 
beaker.cache.short_term.type=memory
 
beaker.cache.short_term.expire=60
 
    
0 comments (0 inline, 0 general)