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 @ 834:6f5c0ac92d72

History | View | Annotate | Download (4.21 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
notified_events:
129
  serialized: true
130
  default: 
131
  - issue_added
132
  - issue_updated
133
mail_handler_body_delimiters:
134
  default: ''
135
mail_handler_api_enabled:
136
  default: 0
137
mail_handler_api_key:
138
  default: 
139
issue_list_default_columns:
140
  serialized: true
141
  default: 
142
  - tracker
143
  - status
144
  - priority
145
  - subject
146
  - assigned_to
147
  - updated_on
148
display_subprojects_issues:
149
  default: 1
150
issue_done_ratio:
151
  default: 'issue_field'
152
default_projects_public:
153
  default: 1
154
default_projects_modules:
155
  serialized: true
156
  default: 
157
  - issue_tracking
158
  - time_tracking
159
  - news
160
  - documents
161
  - files
162
  - wiki
163
  - repository
164
  - boards
165
  - calendar
166
  - gantt
167
# Role given to a non-admin user who creates a project
168
new_project_user_role_id:
169
  format: int
170
  default: ''
171
sequential_project_identifiers:
172
  default: 0
173
# encodings used to convert repository files content to UTF-8
174
# multiple values accepted, comma separated
175
repositories_encodings:
176
  default: ''
177
# encoding used to convert commit logs to UTF-8
178
commit_logs_encoding:
179
  default: 'UTF-8'
180
repository_log_display_limit:
181
  format: int
182
  default: 100
183
ui_theme:
184
  default: ''
185
emails_footer:
186
  default: |-
187
    You have received this notification because you have either subscribed to it, or are involved in it.
188
    To change your notification preferences, please click here: http://hostname/my/account
189
gravatar_enabled:  
190
  default: 0
191
openid:
192
  default: 0
193
gravatar_default:
194
  default: ''
195
start_of_week:
196
  default: ''
197
rest_api_enabled:
198
  default: 0
199
default_notification_option:
200
  default: 'only_my_events'
201
emails_header:
202
  default: ''