source: MondoRescue/branches/3.3/ansible/roles/trac/files/mondorescue.ini

Last change on this file was 3752, checked in by Bruno Cornec, 4 years ago

Update server to mga7

File size: 986 bytes
Line 
1# -*- coding: utf-8 -*-
2
3[account-manager]
4htpasswd_file = /usr/local/etc/trac.htpasswd
5user_lock_max_time = 86400
6
7[header_logo]
8alt = Mondo Rescue
9height = 120
10link = http://www.mondorescue.org
11src = http://www.mondorescue.org/images/trac-logo.png
12width = 350
13
14[inherit]
15file = /prj/trac/trac.ini
16
17[notification]
18smtp_from = trac@mondorescue.org
19
20[project]
21descr = GPL disaster recovery solution
22footer = The <a href="http://www.mondorescue.org">Mondo Rescue</a> project is hosted <br>by the <a href="http://www8.hp.com/us/en/campaigns/services/innovation-centers.html">HPE Customer Innovation Center</a> on a <a href="http://www.mageia.org">Mageia</a> system.
23icon = http://www.mondorescue.org/favicon.ico
24name = MondoRescue
25url = http://trac.mondorescue.org
26
27[ticket]
28default_component = mondo
29default_milestone = 3.3.0
30default_priority = normal
31default_severity = normal
32default_version = 3.2.2
33
34[trac]
35base_url = http://trac.mondorescue.org/
36repository_dir = /prj/svn/mondorescue
Note: See TracBrowser for help on using the repository browser.