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