source: trac/conf/trac.ini.sample @ 99

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