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