comparison config/.svn/text-base/configuration.yml.example.svn-base @ 245:051f544170fe

* Update to SVN trunk revision 4993
author Chris Cannam
date Thu, 03 Mar 2011 11:42:28 +0000
parents 0579821a129a
children
comparison
equal deleted inserted replaced
244:8972b600f4fb 245:051f544170fe
108 autologin_cookie_secure: 108 autologin_cookie_secure:
109 109
110 # Configuration of SCM executable command. 110 # Configuration of SCM executable command.
111 # Absolute path (e.g. /usr/local/bin/hg) or command name (e.g. hg.exe, bzr.exe) 111 # Absolute path (e.g. /usr/local/bin/hg) or command name (e.g. hg.exe, bzr.exe)
112 # On Windows, *.cmd, *.bat (e.g. hg.cmd, bzr.bat) does not work. 112 # On Windows, *.cmd, *.bat (e.g. hg.cmd, bzr.bat) does not work.
113 scm_subversion_command: svn # (default: svn) 113 # Examples:
114 scm_mercurial_command: "\"C:\Program Files\TortoiseHg\hg.exe\"" # (default: hg) 114 # scm_subversion_command: svn # (default: svn)
115 scm_git_command: /usr/local/bin/git # (default: git) 115 # scm_mercurial_command: C:\Program Files\TortoiseHg\hg.exe # (default: hg)
116 scm_cvs_command: cvs # (default: cvs) 116 # scm_git_command: /usr/local/bin/git # (default: git)
117 scm_bazaar_command: bzr.exe # (default: bzr) 117 # scm_cvs_command: cvs # (default: cvs)
118 scm_darcs_command: darcs-1.0.9-i386-linux # (default: darcs) 118 # scm_bazaar_command: bzr.exe # (default: bzr)
119 # scm_darcs_command: darcs-1.0.9-i386-linux # (default: darcs)
120 scm_subversion_command:
121 scm_mercurial_command:
122 scm_git_command:
123 scm_cvs_command:
124 scm_bazaar_command:
125 scm_darcs_command:
126
127 # Key used to encrypt sensitive data in the database (SCM and LDAP passwords).
128 # If you don't want to enable data encryption, just leave it blank.
129 # WARNING: losing/changing this key will make encrypted data unreadable.
130 #
131 # If you want to encrypt existing passwords in your database:
132 # * set the cipher key here in your configuration file
133 # * encrypt data using 'rake db:encrypt RAILS_ENV=production'
134 #
135 # If you have encrypted data and want to change this key, you have to:
136 # * decrypt data using 'rake db:decrypt RAILS_ENV=production' first
137 # * change the cipher key here in your configuration file
138 # * encrypt data using 'rake db:encrypt RAILS_ENV=production'
139 database_cipher_key:
119 140
120 # specific configuration options for production environment 141 # specific configuration options for production environment
121 # that overrides the default ones 142 # that overrides the default ones
122 production: 143 production:
123 144