source: trac/conf/trac.ini @ 99

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