Edgewall Software

Ticket #3620: trac.ini_project

File trac.ini_project, 1.2 KB (added by cpinto@…, 6 years ago)

the project's trac.ini after initenv

Line 
1# -*- coding: utf-8 -*-
2
3[attachment]
4max_size = 262144
5render_unsafe_content = false
6
7[header_logo]
8alt =
9height = -1
10link = http://example.org/
11src = common/trac_banner.png
12width = -1
13
14[logging]
15log_level = DEBUG
16
17[mimeviewer]
18enscript_modes = text/x-dylan:dylan:4
19enscript_path = enscript
20max_preview_size = 262144
21mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb
22php_path = php
23silvercity_modes =
24tab_width = 8
25
26[notification]
27always_notify_owner = false
28always_notify_reporter = false
29smtp_from = trac@localhost
30smtp_port = 25
31smtp_replyto = trac@localhost
32smtp_server = localhost
33
34[project]
35descr = My example project
36footer = Visit the Trac open source project at<br /><a href="http://trac.edgewall.org/">http://trac.edgewall.org/</a>
37icon = common/trac.ico
38name = duaweb
39url = http://example.org/
40
41[ticket]
42default_component =
43default_milestone =
44default_priority = major
45default_type = defect
46default_version =
47restrict_owner = false
48
49[trac]
50authz_file =
51authz_module_name =
52base_url =
53database = sqlite:db/duaweb.db
54default_charset = iso-8859-15
55repository_dir = /srv/svnroot/duaweb
56
57[wiki]
58ignore_missing_pages = false
59split_page_names = false
60