Edgewall Software

Ticket #4288: trac.ini

File trac.ini, 2.3 KB (added by so1o, 5 years ago)

trac.ini

Line 
1# -*- coding: utf-8 -*-
2
3[attachment]
4max_size = 262144
5render_unsafe_content = false
6
7[browser]
8downloadable_paths = /trunk, /branches/*, /tags/*
9hide_properties = svk:merge
10
11[changeset]
12max_diff_bytes = 10000000
13max_diff_files = 0
14wiki_format_messages = true
15
16[header_logo]
17alt = 
18height = -1
19link = http://example.org/
20src = common/trac_banner.png
21width = -1
22
23[logging]
24log_file = trac.log
25log_level = DEBUG
26log_type = none
27
28[mimeviewer]
29enscript_modes = text/x-dylan:dylan:4
30enscript_path = enscript
31max_preview_size = 262144
32mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb
33php_path = php
34silvercity_modes = 
35tab_width = 8
36
37[notification]
38always_notify_owner = false
39always_notify_reporter = false
40always_notify_updater = true
41mime_encoding = base64
42smtp_always_bcc = 
43smtp_always_cc = 
44smtp_default_domain = 
45smtp_enabled = false
46smtp_from = trac@localhost
47smtp_password = 
48smtp_port = 25
49smtp_replyto = trac@localhost
50smtp_server = localhost
51smtp_subject_prefix = __default__
52smtp_user = 
53use_public_cc = false
54use_short_addr = false
55use_tls = false
56
57[project]
58descr = My example project
59footer = Visit the Trac open source project at<br /><a href="http://trac.edgewall.org/">http://trac.edgewall.org/</a>
60icon = common/trac.ico
61name = Common
62url = http://example.org/
63
64[search]
65min_query_length = 3
66
67[ticket]
68default_component = 
69default_milestone = 
70default_priority = major
71default_type = defect
72default_version = 
73restrict_owner = false
74
75[timeline]
76changeset_long_messages = false
77changeset_show_files = 0
78default_daysback = 30
79ticket_show_details = false
80
81[trac]
82authz_file = 
83authz_module_name = 
84base_url = 
85check_auth_ip = true
86database = mysql://root:testing@localhost:3306/trac
87default_charset = iso-8859-15
88default_handler = WikiModule
89htdocs_location = 
90ignore_auth_case = false
91mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
92metanav = login,logout,settings,help,about
93permission_store = DefaultPermissionStore
94repository_dir = C:\Program Files\Subversion\svn\trac
95repository_type = svn
96# request_filters = <set in global trac.ini>
97# templates_dir = <set in global trac.ini>
98timeout = 20
99
100[wiki]
101ignore_missing_pages = false
102split_page_names = false
103