##// END OF EJS Templates
remove trailing white-spaces from config/settings.yml...
Toshi MARUYAMA -
r9630:21dac7287b10
parent child
Show More
@@ -1,214 +1,214
1 # redMine - project management software
2 # Copyright (C) 2006-2007 Jean-Philippe Lang
1 # Redmine - project management software
2 # Copyright (C) 2006-2012 Jean-Philippe Lang
3 3 #
4 4 # This program is free software; you can redistribute it and/or
5 5 # modify it under the terms of the GNU General Public License
6 6 # as published by the Free Software Foundation; either version 2
7 7 # of the License, or (at your option) any later version.
8 #
8 #
9 9 # This program is distributed in the hope that it will be useful,
10 10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 12 # GNU General Public License for more details.
13 #
13 #
14 14 # You should have received a copy of the GNU General Public License
15 15 # along with this program; if not, write to the Free Software
16 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 17
18 18
19 19 # DO NOT MODIFY THIS FILE !!!
20 20 # Settings can be defined through the application in Admin -> Settings
21 21
22 22 app_title:
23 23 default: Redmine
24 24 app_subtitle:
25 25 default: Project management
26 26 welcome_text:
27 27 default:
28 28 login_required:
29 29 default: 0
30 30 self_registration:
31 31 default: '2'
32 32 lost_password:
33 33 default: 1
34 34 unsubscribe:
35 35 default: 1
36 36 password_min_length:
37 37 format: int
38 38 default: 4
39 39 # Maximum lifetime of user sessions in minutes
40 40 session_lifetime:
41 41 format: int
42 42 default: 0
43 43 # User session timeout in minutes
44 44 session_timeout:
45 45 format: int
46 46 default: 0
47 47 attachment_max_size:
48 48 format: int
49 49 default: 5120
50 50 issues_export_limit:
51 51 format: int
52 52 default: 500
53 53 activity_days_default:
54 54 format: int
55 55 default: 30
56 56 per_page_options:
57 57 default: '25,50,100'
58 58 mail_from:
59 59 default: redmine@example.net
60 60 bcc_recipients:
61 61 default: 1
62 62 plain_text_mail:
63 63 default: 0
64 64 text_formatting:
65 65 default: textile
66 66 cache_formatted_text:
67 67 default: 0
68 68 wiki_compression:
69 69 default: ""
70 70 default_language:
71 71 default: en
72 72 host_name:
73 73 default: localhost:3000
74 74 protocol:
75 75 default: http
76 76 feeds_limit:
77 77 format: int
78 78 default: 15
79 79 gantt_items_limit:
80 80 format: int
81 81 default: 500
82 82 # Maximum size of files that can be displayed
83 83 # inline through the file viewer (in KB)
84 84 file_max_size_displayed:
85 85 format: int
86 86 default: 512
87 87 diff_max_lines_displayed:
88 88 format: int
89 89 default: 1500
90 90 enabled_scm:
91 91 serialized: true
92 default:
92 default:
93 93 - Subversion
94 94 - Darcs
95 95 - Mercurial
96 96 - Cvs
97 97 - Bazaar
98 98 - Git
99 99 autofetch_changesets:
100 100 default: 1
101 101 sys_api_enabled:
102 102 default: 0
103 103 sys_api_key:
104 104 default: ''
105 105 commit_cross_project_ref:
106 106 default: 0
107 107 commit_ref_keywords:
108 108 default: 'refs,references,IssueID'
109 109 commit_fix_keywords:
110 110 default: 'fixes,closes'
111 111 commit_fix_status_id:
112 112 format: int
113 113 default: 0
114 114 commit_fix_done_ratio:
115 115 default: 100
116 116 commit_logtime_enabled:
117 117 default: 0
118 118 commit_logtime_activity_id:
119 119 format: int
120 120 default: 0
121 121 # autologin duration in days
122 # 0 means autologin is disabled
122 # 0 means autologin is disabled
123 123 autologin:
124 124 format: int
125 125 default: 0
126 126 # date format
127 127 date_format:
128 128 default: ''
129 129 time_format:
130 130 default: ''
131 131 user_format:
132 132 default: :firstname_lastname
133 133 format: symbol
134 134 cross_project_issue_relations:
135 135 default: 0
136 136 issue_group_assignment:
137 137 default: 0
138 138 default_issue_start_date_to_creation_date:
139 139 default: 1
140 140 notified_events:
141 141 serialized: true
142 default:
142 default:
143 143 - issue_added
144 144 - issue_updated
145 145 mail_handler_body_delimiters:
146 146 default: ''
147 147 mail_handler_api_enabled:
148 148 default: 0
149 149 mail_handler_api_key:
150 default:
150 default:
151 151 issue_list_default_columns:
152 152 serialized: true
153 default:
153 default:
154 154 - tracker
155 155 - status
156 156 - priority
157 157 - subject
158 158 - assigned_to
159 159 - updated_on
160 160 display_subprojects_issues:
161 161 default: 1
162 162 issue_done_ratio:
163 163 default: 'issue_field'
164 164 default_projects_public:
165 165 default: 1
166 166 default_projects_modules:
167 167 serialized: true
168 default:
168 default:
169 169 - issue_tracking
170 170 - time_tracking
171 171 - news
172 172 - documents
173 173 - files
174 174 - wiki
175 175 - repository
176 176 - boards
177 177 - calendar
178 178 - gantt
179 179 # Role given to a non-admin user who creates a project
180 180 new_project_user_role_id:
181 181 format: int
182 182 default: ''
183 183 sequential_project_identifiers:
184 184 default: 0
185 185 # encodings used to convert repository files content to UTF-8
186 186 # multiple values accepted, comma separated
187 187 repositories_encodings:
188 188 default: ''
189 189 # encoding used to convert commit logs to UTF-8
190 190 commit_logs_encoding:
191 191 default: 'UTF-8'
192 192 repository_log_display_limit:
193 193 format: int
194 194 default: 100
195 195 ui_theme:
196 196 default: ''
197 197 emails_footer:
198 198 default: |-
199 199 You have received this notification because you have either subscribed to it, or are involved in it.
200 200 To change your notification preferences, please click here: http://hostname/my/account
201 gravatar_enabled:
201 gravatar_enabled:
202 202 default: 0
203 203 openid:
204 204 default: 0
205 205 gravatar_default:
206 206 default: ''
207 207 start_of_week:
208 208 default: ''
209 209 rest_api_enabled:
210 210 default: 0
211 211 default_notification_option:
212 212 default: 'only_my_events'
213 213 emails_header:
214 214 default: ''
General Comments 0
You need to be logged in to leave comments. Login now