##// END OF EJS Templates
Changed configs, server statics to false, and fixed a simply large bug with cache regions typo
marcink -
r231:a7b08142 default
parent child Browse files
Show More
@@ -35,7 +35,7 b' port = 5000'
35 [app:main]
35 [app:main]
36 use = egg:pylons_app
36 use = egg:pylons_app
37 full_stack = true
37 full_stack = true
38 static_files = true
38 static_files = false
39 lang=en
39 lang=en
40 cache_dir = %(here)s/data
40 cache_dir = %(here)s/data
41 ##a name for our application
41 ##a name for our application
@@ -47,8 +47,8 b' hg_app_name = Python-works'
47 beaker.cache.data_dir=/tmp/cache/data
47 beaker.cache.data_dir=/tmp/cache/data
48 beaker.cache.lock_dir=/tmp/cache/lock
48 beaker.cache.lock_dir=/tmp/cache/lock
49 beaker.cache.regions=short_term,long_term
49 beaker.cache.regions=short_term,long_term
50 beaker.cache.short_term.type=file
50 beaker.cache.long_term.type=file
51 beaker.cache.short_term.expire=3600
51 beaker.cache.long_term.expire=3600
52 beaker.cache.short_term.type=memory
52 beaker.cache.short_term.type=memory
53 beaker.cache.short_term.expire=60
53 beaker.cache.short_term.expire=60
54
54
@@ -35,7 +35,7 b' port = 8001'
35 [app:main]
35 [app:main]
36 use = egg:pylons_app
36 use = egg:pylons_app
37 full_stack = true
37 full_stack = true
38 static_files = true
38 static_files = false
39 lang=en
39 lang=en
40 cache_dir = %(here)s/data
40 cache_dir = %(here)s/data
41 ##a name for our application
41 ##a name for our application
@@ -47,8 +47,8 b' hg_app_name = Python-works'
47 beaker.cache.data_dir=/tmp/cache/data
47 beaker.cache.data_dir=/tmp/cache/data
48 beaker.cache.lock_dir=/tmp/cache/lock
48 beaker.cache.lock_dir=/tmp/cache/lock
49 beaker.cache.regions=short_term,long_term
49 beaker.cache.regions=short_term,long_term
50 beaker.cache.short_term.type=file
50 beaker.cache.long_term.type=file
51 beaker.cache.short_term.expire=3600
51 beaker.cache.long_term.expire=3600
52 beaker.cache.short_term.type=memory
52 beaker.cache.short_term.type=memory
53 beaker.cache.short_term.expire=60
53 beaker.cache.short_term.expire=60
54
54
General Comments 0
You need to be logged in to leave comments. Login now