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 / .svn / text-base / settings.yml.svn-base @ 441:cbce1fd3b1b7

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