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 @ 398:c4a0942f2897

History | View | Annotate | Download (4.08 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
# Maximum size of files that can be displayed
74
# inline through the file viewer (in KB)
75
file_max_size_displayed:
76
  format: int
77
  default: 512
78
diff_max_lines_displayed:
79
  format: int
80
  default: 1500
81
enabled_scm:
82
  serialized: true
83
  default: 
84
  - Subversion
85
  - Darcs
86
  - Mercurial
87
  - Cvs
88
  - Bazaar
89
  - Git
90
autofetch_changesets:
91
  default: 1
92
sys_api_enabled:
93
  default: 0
94
sys_api_key:
95
  default: ''
96
commit_ref_keywords:
97
  default: 'refs,references,IssueID'
98
commit_fix_keywords:
99
  default: 'fixes,closes'
100
commit_fix_status_id:
101
  format: int
102
  default: 0
103
commit_fix_done_ratio:
104
  default: 100
105
# autologin duration in days
106
# 0 means autologin is disabled 
107
autologin:
108
  format: int
109
  default: 0
110
# date format
111
date_format:
112
  default: ''
113
time_format:
114
  default: ''
115
user_format:
116
  default: :firstname_lastname
117
  format: symbol
118
cross_project_issue_relations:
119
  default: 0
120
notified_events:
121
  serialized: true
122
  default: 
123
  - issue_added
124
  - issue_updated
125
mail_handler_body_delimiters:
126
  default: ''
127
mail_handler_api_enabled:
128
  default: 0
129
mail_handler_api_key:
130
  default: 
131
issue_list_default_columns:
132
  serialized: true
133
  default: 
134
  - tracker
135
  - status
136
  - priority
137
  - subject
138
  - assigned_to
139
  - updated_on
140
display_subprojects_issues:
141
  default: 1
142
issue_done_ratio:
143
  default: 'issue_field'
144
default_projects_public:
145
  default: 1
146
default_projects_modules:
147
  serialized: true
148
  default: 
149
  - issue_tracking
150
  - time_tracking
151
  - news
152
  - documents
153
  - files
154
  - wiki
155
  - repository
156
  - boards
157
  - calendar
158
  - gantt
159
# Role given to a non-admin user who creates a project
160
new_project_user_role_id:
161
  format: int
162
  default: ''
163
sequential_project_identifiers:
164
  default: 0
165
# encodings used to convert repository files content to UTF-8
166
# multiple values accepted, comma separated
167
repositories_encodings:
168
  default: ''
169
# encoding used to convert commit logs to UTF-8
170
commit_logs_encoding:
171
  default: 'UTF-8'
172
repository_log_display_limit:
173
  format: int
174
  default: 100
175
ui_theme:
176
  default: ''
177
emails_footer:
178
  default: |-
179
    You have received this notification because you have either subscribed to it, or are involved in it.
180
    To change your notification preferences, please click here: http://hostname/my/account
181
gravatar_enabled:  
182
  default: 0
183
openid:
184
  default: 0
185
gravatar_default:
186
  default: ''
187
start_of_week:
188
  default: ''
189
rest_api_enabled:
190
  default: 0
191
default_notification_option:
192
  default: 'only_my_events'
193
emails_header:
194
  default: ''