Mercurial > hg > soundsoftware-site
comparison config/configuration.yml.example @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | 433d4f72a19b |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1295:622f24f53b42 |
---|---|
131 scm_git_command: | 131 scm_git_command: |
132 scm_cvs_command: | 132 scm_cvs_command: |
133 scm_bazaar_command: | 133 scm_bazaar_command: |
134 scm_darcs_command: | 134 scm_darcs_command: |
135 | 135 |
136 # Absolute path to the SCM commands errors (stderr) log file. | |
137 # The default is to log in the 'log' directory of your Redmine instance. | |
138 # Example: | |
139 # scm_stderr_log_file: /var/log/redmine_scm_stderr.log | |
140 scm_stderr_log_file: | |
141 | |
136 # Key used to encrypt sensitive data in the database (SCM and LDAP passwords). | 142 # Key used to encrypt sensitive data in the database (SCM and LDAP passwords). |
137 # If you don't want to enable data encryption, just leave it blank. | 143 # If you don't want to enable data encryption, just leave it blank. |
138 # WARNING: losing/changing this key will make encrypted data unreadable. | 144 # WARNING: losing/changing this key will make encrypted data unreadable. |
139 # | 145 # |
140 # If you want to encrypt existing passwords in your database: | 146 # If you want to encrypt existing passwords in your database: |
186 # Linux: | 192 # Linux: |
187 # rmagick_font_path: /usr/share/fonts/ipa-mincho/ipam.ttf | 193 # rmagick_font_path: /usr/share/fonts/ipa-mincho/ipam.ttf |
188 # | 194 # |
189 rmagick_font_path: | 195 rmagick_font_path: |
190 | 196 |
197 # Maximum number of simultaneous AJAX uploads | |
198 #max_concurrent_ajax_uploads: 2 | |
199 | |
191 # specific configuration options for production environment | 200 # specific configuration options for production environment |
192 # that overrides the default ones | 201 # that overrides the default ones |
193 production: | 202 production: |
194 | 203 |
195 # specific configuration options for development environment | 204 # specific configuration options for development environment |