comparison production.ini @ 549:f99075170eb4

more renames for rhode code !!
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Oct 2010 03:34:18 +0200
parents b75b77ef649d
children 0a48c1ec04fc c1c1cf772337
comparison
equal deleted inserted replaced
548:b75b77ef649d 549:f99075170eb4
1 ################################################################################ 1 ################################################################################
2 ################################################################################ 2 ################################################################################
3 # hg-app - Pylons environment configuration # 3 # rhodecode - Pylons environment configuration #
4 # # 4 # #
5 # The %(here)s variable will be replaced with the parent directory of this file# 5 # The %(here)s variable will be replaced with the parent directory of this file#
6 ################################################################################ 6 ################################################################################
7 7
8 [DEFAULT] 8 [DEFAULT]
9 debug = true 9 debug = true
10 ################################################################################ 10 ################################################################################
11 ## Uncomment and replace with the address which should receive ## 11 ## Uncomment and replace with the address which should receive ##
12 ## any error reports after application crash ## 12 ## any error reports after application crash ##
13 ## Additionally those settings will be used by hg-app mailing system ## 13 ## Additionally those settings will be used by rhodecode mailing system ##
14 ################################################################################ 14 ################################################################################
15 #email_to = admin@localhost 15 #email_to = admin@localhost
16 #error_email_from = paste_error@localhost 16 #error_email_from = paste_error@localhost
17 #app_email_from = hg-app-noreply@localhost 17 #app_email_from = rhodecode-noreply@localhost
18 #error_message = 18 #error_message =
19 19
20 #smtp_server = mail.server.com 20 #smtp_server = mail.server.com
21 #smtp_username = 21 #smtp_username =
22 #smtp_password = 22 #smtp_password =
64 ## dbm, file, memcached, database, and memory. 64 ## dbm, file, memcached, database, and memory.
65 ## The storage uses the Container API 65 ## The storage uses the Container API
66 ##that is also used by the cache system. 66 ##that is also used by the cache system.
67 beaker.session.type = file 67 beaker.session.type = file
68 68
69 beaker.session.key = hg-app 69 beaker.session.key = rhodecode
70 beaker.session.secret = g654dcno0-9873jhgfreyu 70 beaker.session.secret = g654dcno0-9873jhgfreyu
71 beaker.session.timeout = 36000 71 beaker.session.timeout = 36000
72 72
73 ##auto save the session to not to use .save() 73 ##auto save the session to not to use .save()
74 beaker.session.auto = False 74 beaker.session.auto = False