@@ -89,7 +89,7 default: | |||
|
89 | 89 | authentication: :login |
|
90 | 90 | user_name: "redmine@example.net" |
|
91 | 91 | password: "redmine" |
|
92 | ||
|
92 | ||
|
93 | 93 | # Absolute path to the directory where attachments are stored. |
|
94 | 94 | # The default is the 'files' directory in your Redmine instance. |
|
95 | 95 | # Your Redmine instance needs to have write permission on this |
@@ -98,7 +98,7 default: | |||
|
98 | 98 | # attachments_storage_path: /var/redmine/files |
|
99 | 99 | # attachments_storage_path: D:/redmine/files |
|
100 | 100 | attachments_storage_path: |
|
101 | ||
|
101 | ||
|
102 | 102 | # Configuration of the autologin cookie. |
|
103 | 103 | # autologin_cookie_name: the name of the cookie (default: autologin) |
|
104 | 104 | # autologin_cookie_path: the cookie path (default: /) |
@@ -106,7 +106,7 default: | |||
|
106 | 106 | autologin_cookie_name: |
|
107 | 107 | autologin_cookie_path: |
|
108 | 108 | autologin_cookie_secure: |
|
109 | ||
|
109 | ||
|
110 | 110 | # Configuration of SCM executable command. |
|
111 | 111 | # Absolute path (e.g. /usr/local/bin/hg) or command name (e.g. hg.exe, bzr.exe) |
|
112 | 112 | # On Windows, *.cmd, *.bat (e.g. hg.cmd, bzr.bat) does not work. |
@@ -123,7 +123,7 default: | |||
|
123 | 123 | scm_cvs_command: |
|
124 | 124 | scm_bazaar_command: |
|
125 | 125 | scm_darcs_command: |
|
126 | ||
|
126 | ||
|
127 | 127 | # Key used to encrypt sensitive data in the database (SCM and LDAP passwords). |
|
128 | 128 | # If you don't want to enable data encryption, just leave it blank. |
|
129 | 129 | # WARNING: losing/changing this key will make encrypted data unreadable. |
@@ -136,8 +136,8 default: | |||
|
136 | 136 | # * decrypt data using 'rake db:decrypt RAILS_ENV=production' first |
|
137 | 137 | # * change the cipher key here in your configuration file |
|
138 | 138 | # * encrypt data using 'rake db:encrypt RAILS_ENV=production' |
|
139 |
database_cipher_key: |
|
|
140 | ||
|
139 | database_cipher_key: | |
|
140 | ||
|
141 | 141 | # specific configuration options for production environment |
|
142 | 142 | # that overrides the default ones |
|
143 | 143 | production: |
General Comments 0
You need to be logged in to leave comments.
Login now