Show More
@@ -11,8 +11,8 b' debug = true' | |||||
11 | ## Uncomment and replace with the address ## |
|
11 | ## Uncomment and replace with the address ## | |
12 | ## which should receive any error reports ## |
|
12 | ## which should receive any error reports ## | |
13 | ############################################ |
|
13 | ############################################ | |
14 | #email_to = marcin.kuzminski@etelko.pl |
|
14 | #email_to = admin@localhost | |
15 |
#smtp_server = mail. |
|
15 | #smtp_server = mail.server.com | |
16 | #error_email_from = paste_error@localhost |
|
16 | #error_email_from = paste_error@localhost | |
17 | #smtp_username = |
|
17 | #smtp_username = | |
18 | #smtp_password = |
|
18 | #smtp_password = | |
@@ -45,8 +45,8 b' hg_app_repo_conf = repositories.config' | |||||
45 | #################################### |
|
45 | #################################### | |
46 | ### BEAKER CACHE #### |
|
46 | ### BEAKER CACHE #### | |
47 | #################################### |
|
47 | #################################### | |
48 |
beaker.cache.data_dir=/ |
|
48 | beaker.cache.data_dir=/%(here)s/data/cache/data | |
49 |
beaker.cache.lock_dir=/ |
|
49 | beaker.cache.lock_dir=/%(here)s/data/cache/lock | |
50 | beaker.cache.regions=short_term,long_term |
|
50 | beaker.cache.regions=short_term,long_term | |
51 | beaker.cache.long_term.type=memory |
|
51 | beaker.cache.long_term.type=memory | |
52 | beaker.cache.long_term.expire=36000 |
|
52 | beaker.cache.long_term.expire=36000 |
@@ -11,8 +11,8 b' debug = true' | |||||
11 | ## Uncomment and replace with the address ## |
|
11 | ## Uncomment and replace with the address ## | |
12 | ## which should receive any error reports ## |
|
12 | ## which should receive any error reports ## | |
13 | ############################################ |
|
13 | ############################################ | |
14 | #email_to = marcin.kuzminski@etelko.pl |
|
14 | #email_to = admin@localhost | |
15 |
#smtp_server = mail. |
|
15 | #smtp_server = mail.server.com | |
16 | #error_email_from = paste_error@localhost |
|
16 | #error_email_from = paste_error@localhost | |
17 | #smtp_username = |
|
17 | #smtp_username = | |
18 | #smtp_password = |
|
18 | #smtp_password = | |
@@ -45,8 +45,8 b' hg_app_repo_conf = repositories.config' | |||||
45 | #################################### |
|
45 | #################################### | |
46 | ### BEAKER CACHE #### |
|
46 | ### BEAKER CACHE #### | |
47 | #################################### |
|
47 | #################################### | |
48 |
beaker.cache.data_dir=/ |
|
48 | beaker.cache.data_dir=/%(here)s/data/cache/data | |
49 |
beaker.cache.lock_dir=/ |
|
49 | beaker.cache.lock_dir=/%(here)s/data/cache/lock | |
50 | beaker.cache.regions=short_term,long_term |
|
50 | beaker.cache.regions=short_term,long_term | |
51 | beaker.cache.long_term.type=memory |
|
51 | beaker.cache.long_term.type=memory | |
52 | beaker.cache.long_term.expire=36000 |
|
52 | beaker.cache.long_term.expire=36000 |
General Comments 0
You need to be logged in to leave comments.
Login now