source: trac/conf/trac.ini @ 2425

Last change on this file since 2425 was 2352, checked in by Sam Hocevar, 15 years ago
  • Fix link to top banner.
File size: 2.2 KB
Line 
1# -*- coding: utf-8 -*-
2
3[attachment]
4max_size = 26214400
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://libcaca.zoy.org/
21src = /browser/www/img/trac_banner.png?format=raw
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 = 2621440
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 = false
42mime_encoding = qp
43smtp_always_bcc =
44smtp_always_cc = libcaca-trac@lists.zoy.org
45smtp_default_domain =
46smtp_enabled = true
47smtp_from = sam+trac@zoy.org
48smtp_from_name = Libcaca Trac
49smtp_password =
50smtp_port = 25
51smtp_server = localhost
52smtp_subject_prefix =
53smtp_user =
54use_public_cc = true
55use_short_addr = false
56use_tls = false
57
58[project]
59descr = Libcaca
60footer = Visit the libcaca project at<br /><a href="http://libcaca.zoy.org/">http://libcaca.zoy.org/</a>
61icon = /favicon.ico
62name = libcaca
63url = http://libcaca.zoy.org/
64
65[search]
66min_query_length = 3
67
68[ticket]
69default_component = libcucul
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 =
85#base_url = http://libcaca.zoy.org/
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/libcaca
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.