root/management/bs-admin/trunk/trac.ini-dist

Revision 146, 1.8 kB (checked in by bettse, 1 year ago)

re #2814
making gantt non-default (individual projects can enable as needed) since its not a highly requested plugin.

Line 
1 # -*- coding: utf-8 -*-
2 #
3 # This is the template for the centralized
4 # trac.ini file stored in /etc/trac/trac.ini
5 # 4/25/08 hopsonro
6
7 [attachment]
8 max_size = 262144
9 render_unsafe_content = false
10
11 [browser]
12 downloadable_paths = /trunk, /branches/*, /tags/*
13 hide_properties = svk:merge
14 render_unsafe_content = false
15
16 [changeset]
17 max_diff_bytes = 10000000
18 max_diff_files = 0
19 wiki_format_messages = true
20
21 [components]
22 acct_mgr.admin.* = enabled
23 acct_mgr.api.* = enabled
24 acct_mgr.db.* = disabled
25 acct_mgr.htfile.* = disabled
26 acct_mgr.api.set_password = disabled
27 acct_mgr.api.check_password = disabled
28 acct_mgr.http.* = disabled
29 acct_mgr.pwhash.* = disabled
30 acct_mgr.web_ui.* = enabled
31 stractistics.* = enabled
32 trac.web.auth.loginmodule = disabled
33 tracgantt.* = disabled
34 webadmin.* = enabled
35
36 [mimeviewer]
37 enscript_modes = text/x-dylan:dylan:4
38 enscript_path = enscript
39 max_preview_size = 262144
40 mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb
41 php_path = php
42 silvercity_modes =
43 tab_width = 8
44
45 [notification]
46 always_notify_owner = false
47 always_notify_reporter = false
48 always_notify_updater = true
49 mime_encoding = base64
50 smtp_always_bcc =
51 smtp_always_cc =
52 smtp_default_domain =
53 smtp_enabled = false
54 smtp_from = trac@localhost
55 smtp_password =
56 smtp_port = 25
57 smtp_replyto = trac@localhost
58 smtp_server = localhost
59 smtp_subject_prefix = __default__
60 smtp_user =
61 use_public_cc = false
62 use_short_addr = false
63 use_tls = false
64
65 [search]
66 min_query_length = 3
67
68 [sso]
69 cookie =
70 host =
71 login_url =
72 password =
73 path =
74 service =
75
76 [ticket]
77 default_component =
78 default_milestone =
79 default_priority = major
80 default_type = defect
81 default_version =
82 restrict_owner = false
83
84 [timeline]
85 changeset_long_messages = false
86 changeset_show_files = 0
87 default_daysback = 30
88 ticket_show_details = false
89
90 [wiki]
91 ignore_missing_pages = false
92 split_page_names = false
93
Note: See TracBrowser for help on using the browser.