comparison config/settings.yml @ 0:513646585e45

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