##// END OF EJS Templates
remove trailing white-spaces from config/configuration.yml.example....
Toshi MARUYAMA -
r6298:38187ef95212
parent child
Show More
@@ -89,7 +89,7 default:
89 authentication: :login
89 authentication: :login
90 user_name: "redmine@example.net"
90 user_name: "redmine@example.net"
91 password: "redmine"
91 password: "redmine"
92
92
93 # Absolute path to the directory where attachments are stored.
93 # Absolute path to the directory where attachments are stored.
94 # The default is the 'files' directory in your Redmine instance.
94 # The default is the 'files' directory in your Redmine instance.
95 # Your Redmine instance needs to have write permission on this
95 # Your Redmine instance needs to have write permission on this
@@ -98,7 +98,7 default:
98 # attachments_storage_path: /var/redmine/files
98 # attachments_storage_path: /var/redmine/files
99 # attachments_storage_path: D:/redmine/files
99 # attachments_storage_path: D:/redmine/files
100 attachments_storage_path:
100 attachments_storage_path:
101
101
102 # Configuration of the autologin cookie.
102 # Configuration of the autologin cookie.
103 # autologin_cookie_name: the name of the cookie (default: autologin)
103 # autologin_cookie_name: the name of the cookie (default: autologin)
104 # autologin_cookie_path: the cookie path (default: /)
104 # autologin_cookie_path: the cookie path (default: /)
@@ -106,7 +106,7 default:
106 autologin_cookie_name:
106 autologin_cookie_name:
107 autologin_cookie_path:
107 autologin_cookie_path:
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.
@@ -123,7 +123,7 default:
123 scm_cvs_command:
123 scm_cvs_command:
124 scm_bazaar_command:
124 scm_bazaar_command:
125 scm_darcs_command:
125 scm_darcs_command:
126
126
127 # Key used to encrypt sensitive data in the database (SCM and LDAP passwords).
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.
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.
129 # WARNING: losing/changing this key will make encrypted data unreadable.
@@ -136,8 +136,8 default:
136 # * decrypt data using 'rake db:decrypt RAILS_ENV=production' first
136 # * decrypt data using 'rake db:decrypt RAILS_ENV=production' first
137 # * change the cipher key here in your configuration file
137 # * change the cipher key here in your configuration file
138 # * encrypt data using 'rake db:encrypt RAILS_ENV=production'
138 # * encrypt data using 'rake db:encrypt RAILS_ENV=production'
139 database_cipher_key:
139 database_cipher_key:
140
140
141 # specific configuration options for production environment
141 # specific configuration options for production environment
142 # that overrides the default ones
142 # that overrides the default ones
143 production:
143 production:
General Comments 0
You need to be logged in to leave comments. Login now