##// END OF EJS Templates
Changed the application default title (redMine -> Redmine)....
Jean-Philippe Lang -
r685:70da1c7771ba
parent child
Show More
@@ -1,76 +1,76
1 1 # redMine - project management software
2 2 # Copyright (C) 2006-2007 Jean-Philippe Lang
3 3 #
4 4 # This program is free software; you can redistribute it and/or
5 5 # modify it under the terms of the GNU General Public License
6 6 # as published by the Free Software Foundation; either version 2
7 7 # of the License, or (at your option) any later version.
8 8 #
9 9 # This program is distributed in the hope that it will be useful,
10 10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 12 # GNU General Public License for more details.
13 13 #
14 14 # You should have received a copy of the GNU General Public License
15 15 # along with this program; if not, write to the Free Software
16 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 17
18 18
19 19 # DO NOT MODIFY THIS FILE !!!
20 20 # Settings can be defined through the application in Admin -> Settings
21 21
22 22 app_title:
23 default: redMine
23 default: Redmine
24 24 app_subtitle:
25 25 default: Project management
26 26 welcome_text:
27 27 default:
28 28 login_required:
29 29 default: 0
30 30 self_registration:
31 31 default: 1
32 32 lost_password:
33 33 default: 1
34 34 attachment_max_size:
35 35 format: int
36 36 default: 5120
37 37 issues_export_limit:
38 38 format: int
39 39 default: 500
40 40 mail_from:
41 41 default: redmine@somenet.foo
42 42 text_formatting:
43 43 default: textile
44 44 wiki_compression:
45 45 default: ""
46 46 default_language:
47 47 default: en
48 48 host_name:
49 49 default: localhost:3000
50 50 feeds_limit:
51 51 format: int
52 52 default: 15
53 53 autofetch_changesets:
54 54 default: 1
55 55 sys_api_enabled:
56 56 default: 0
57 57 commit_ref_keywords:
58 58 default: 'refs,references,IssueID'
59 59 commit_fix_keywords:
60 60 default: 'fixes,closes'
61 61 commit_fix_status_id:
62 62 format: int
63 63 default: 0
64 64 # autologin duration in days
65 65 # 0 means autologin is disabled
66 66 autologin:
67 67 format: int
68 68 default: 0
69 69 # date format
70 70 # 0: language based
71 71 # 1: ISO format
72 72 date_format:
73 73 format: int
74 74 default: 0
75 75 cross_project_issue_relations:
76 76 default: 0
General Comments 0
You need to be logged in to leave comments. Login now