Edgewall Software

Ticket #3620: trac.ini_global

File trac.ini_global, 1.4 KB (added by cpinto@…, 6 years ago)

the global trac.ini file (I've appended a _global suffix so that the file isn't overridden)

Line 
1# -*- coding: utf-8 -*-
2
3[attachment]
4max_size = 50000000
5render_unsafe_content = true
6
7[browser]
8downloadable_paths = /trunk, /branches/*, /tags/*
9hide_properties = svk:merge
10
11[changeset]
12max_diff_bytes = 10000000
13max_diff_files = 0
14wiki_format_messages = true
15
16[header_logo]
17link = http://forge.itij.mj.pt/
18
19[logging]
20log_file = trac.log
21log_level = ERROR
22log_type = none
23
24[notification]
25always_notify_owner = true
26always_notify_reporter = true
27always_notify_updater = true
28mime_encoding = base64
29smtp_always_bcc =
30smtp_always_cc =
31smtp_default_domain =
32smtp_enabled = false
33smtp_from = noreply@forge.itij.mj.pt
34smtp_password =
35smtp_replyto = noreply@forge.itij.mj.pt
36smtp_server = 10.0.0.130
37smtp_user =
38use_public_cc = false
39use_short_addr = false
40use_tls = false
41
42[project]
43url = http://forge.itij.mj.pt/
44
45[search]
46min_query_length = 3
47
48[timeline]
49changeset_long_messages = false
50changeset_show_files = 0
51default_daysback = 30
52ticket_show_details = false
53
54[trac]
55check_auth_ip = true
56default_charset = utf-8
57default_handler = WikiModule
58htdocs_location =
59ignore_auth_case = false
60mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
61metanav = login,logout,settings,help,about
62permission_store = DefaultPermissionStore
63repository_type = svn
64request_filters = None
65templates_dir = /opt/trac/share/trac/templates
66
67[wiki]
68ignore_missing_pages = true
69split_page_names = true
70