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

Revision 24, 1.9 kB (checked in by hopsonro, 2 years ago)

Resolves #454
Remove the per-site trac settings and automatic copying of plugins. Instead we'll modify the trac.ini file in /etc/trac/ and use easy_install to add modules globally (for our own development and testing we can still put local plugins in <tracenv>/plugins, and inviduals can still install plugins through the admin interface.

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 beavertheme.theme.* = enabled
32 mentalaxistheme.theme.* = enabled
33 stractistics.* = enabled
34 themeengine.admin.* = enabled
35 themeengine.filter.* = enabled
36 trac.web.auth.loginmodule = disabled
37 tracgantt.* = enabled
38 webadmin.* = enabled
39
40 [mimeviewer]
41 enscript_modes = text/x-dylan:dylan:4
42 enscript_path = enscript
43 max_preview_size = 262144
44 mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb
45 php_path = php
46 silvercity_modes =
47 tab_width = 8
48
49 [notification]
50 always_notify_owner = false
51 always_notify_reporter = false
52 always_notify_updater = true
53 mime_encoding = base64
54 smtp_always_bcc =
55 smtp_always_cc =
56 smtp_default_domain =
57 smtp_enabled = false
58 smtp_from = trac@localhost
59 smtp_password =
60 smtp_port = 25
61 smtp_replyto = trac@localhost
62 smtp_server = localhost
63 smtp_subject_prefix = __default__
64 smtp_user =
65 use_public_cc = false
66 use_short_addr = false
67 use_tls = false
68
69 [search]
70 min_query_length = 3
71
72 [sso]
73 cookie =
74 host =
75 login_url =
76 password =
77 path =
78 service =
79
80 [ticket]
81 default_component =
82 default_milestone =
83 default_priority = major
84 default_type = defect
85 default_version =
86 restrict_owner = false
87
88 [timeline]
89 changeset_long_messages = false
90 changeset_show_files = 0
91 default_daysback = 30
92 ticket_show_details = false
93
94 [wiki]
95 ignore_missing_pages = false
96 split_page_names = false
97
Note: See TracBrowser for help on using the browser.