To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / config / settings.yml @ 965:4018f255c97b

History | View | Annotate | Download (4.3 KB)

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
tipoftheday_text:
29
    default:    
30
notifications_text:
31
    default:
32
login_required:
33
  default: 0
34
self_registration:
35
  default: '2'
36
lost_password:
37
  default: 1
38
password_min_length:
39
  format: int
40
  default: 4
41
attachment_max_size:
42
  format: int
43
  default: 5120
44
issues_export_limit:
45
  format: int
46
  default: 500
47
activity_days_default:
48
  format: int
49
  default: 30
50
per_page_options:
51
  default: '25,50,100'
52
mail_from:
53
  default: redmine@example.net
54
bcc_recipients:
55
  default: 1
56
plain_text_mail:
57
  default: 0
58
text_formatting:
59
  default: textile
60
cache_formatted_text:
61
  default: 0
62
wiki_compression:
63
  default: ""
64
default_language:
65
  default: en
66
host_name:
67
  default: localhost:3000
68
protocol:
69
  default: http
70
feeds_limit:
71
  format: int
72
  default: 15
73
gantt_items_limit:
74
  format: int
75
  default: 500
76
# Maximum size of files that can be displayed
77
# inline through the file viewer (in KB)
78
file_max_size_displayed:
79
  format: int
80
  default: 512
81
diff_max_lines_displayed:
82
  format: int
83
  default: 1500
84
enabled_scm:
85
  serialized: true
86
  default: 
87
  - Subversion
88
  - Darcs
89
  - Mercurial
90
  - Cvs
91
  - Bazaar
92
  - Git
93
autofetch_changesets:
94
  default: 1
95
sys_api_enabled:
96
  default: 0
97
sys_api_key:
98
  default: ''
99
commit_ref_keywords:
100
  default: 'refs,references,IssueID'
101
commit_fix_keywords:
102
  default: 'fixes,closes'
103
commit_fix_status_id:
104
  format: int
105
  default: 0
106
commit_fix_done_ratio:
107
  default: 100
108
commit_logtime_enabled:
109
  default: 0
110
commit_logtime_activity_id:
111
  format: int
112
  default: 0
113
# autologin duration in days
114
# 0 means autologin is disabled 
115
autologin:
116
  format: int
117
  default: 0
118
# date format
119
date_format:
120
  default: ''
121
time_format:
122
  default: ''
123
user_format:
124
  default: :firstname_lastname
125
  format: symbol
126
cross_project_issue_relations:
127
  default: 0
128
issue_group_assignment:
129
  default: 0
130
default_issue_start_date_to_creation_date:
131
  default: 1
132
notified_events:
133
  serialized: true
134
  default: 
135
  - issue_added
136
  - issue_updated
137
mail_handler_body_delimiters:
138
  default: ''
139
mail_handler_api_enabled:
140
  default: 0
141
mail_handler_api_key:
142
  default: 
143
issue_list_default_columns:
144
  serialized: true
145
  default: 
146
  - tracker
147
  - status
148
  - priority
149
  - subject
150
  - assigned_to
151
  - updated_on
152
display_subprojects_issues:
153
  default: 1
154
issue_done_ratio:
155
  default: 'issue_field'
156
default_projects_public:
157
  default: 1
158
default_projects_modules:
159
  serialized: true
160
  default: 
161
  - issue_tracking
162
  - time_tracking
163
  - news
164
  - documents
165
  - files
166
  - wiki
167
  - repository
168
  - boards
169
  - calendar
170
  - gantt
171
# Role given to a non-admin user who creates a project
172
new_project_user_role_id:
173
  format: int
174
  default: ''
175
sequential_project_identifiers:
176
  default: 0
177
# encodings used to convert repository files content to UTF-8
178
# multiple values accepted, comma separated
179
repositories_encodings:
180
  default: ''
181
# encoding used to convert commit logs to UTF-8
182
commit_logs_encoding:
183
  default: 'UTF-8'
184
repository_log_display_limit:
185
  format: int
186
  default: 100
187
ui_theme:
188
  default: ''
189
emails_footer:
190
  default: |-
191
    You have received this notification because you have either subscribed to it, or are involved in it.
192
    To change your notification preferences, please click here: http://hostname/my/account
193
gravatar_enabled:  
194
  default: 0
195
openid:
196
  default: 0
197
gravatar_default:
198
  default: ''
199
start_of_week:
200
  default: ''
201
rest_api_enabled:
202
  default: 0
203
default_notification_option:
204
  default: 'only_my_events'
205
emails_header:
206
  default: ''