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

Last change on this file since 3656 was 3656, checked in by Bruno Cornec, 7 years ago

More services up and runnig for the MondoRescue server

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