source: MondoRescue/branches/3.3/ansible/roles/trac/files/project-builder.ini

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

Update server to mga7

File size: 1.1 KB
Line 
1# -*- coding: utf-8 -*-
2
3[account-manager]
4htpasswd_file = /usr/local/etc/project-builder.htpasswd
5user_lock_max_time = 86400
6
7[header_logo]
8alt = Project-Builder.org
9height = 120
10link = http://www.project-builder.org
11src = http://www.project-builder.org/images/trac-logo.png
12width = 350
13
14[inherit]
15file = /prj/trac/trac.ini
16
17[notification]
18smtp_from = trac@project-builder.org
19
20[project]
21descr = GPL tool to build packages from sources and/or CMS such as GIT, Subversion or CVS.
22footer = The <a href="http://www.project-builder.org">project-builder</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.project-builder.org/favicon.ico
24name = Project-Builder
25url = http://www.project-builder.org
26
27[ticket]
28default_component = pb
29default_milestone = 0.14.5
30default_priority = major
31default_severity = normal
32default_version = 0.14.4
33
34[trac]
35base_url = http://trac.project-builder.org/
36repository_dir = /prj/svn/pb
Note: See TracBrowser for help on using the repository browser.