source: MondoRescue/branches/3.3/ansible/roles/trac/files/dploy.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: 848 bytes
Line 
1# -*- coding: utf-8 -*-
2
3[account-manager]
4htpasswd_file = /usr/local/etc/dploy.htpasswd
5
6[header_logo]
7alt = Dploy
8height = 120
9link = http://www.dploy.org
10src = http://www.dploy.org/images/trac-logo.png
11width = 350
12
13[inherit]
14file = /prj/trac/trac.ini
15
16[notification]
17smtp_from = trac@dploy.org
18
19[project]
20descr = GPL deployment server
21footer = The <a href="http://www.dploy.org">Dploy</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.
22
23icon = http://www.dploy.org/favicon.ico
24name = Dploy
25url = http://www.dploy.org
26
27[ticket]
28default_component = dploy.org
29default_milestone = 0.1
30default_priority = major
31default_severity = normal
32default_version = 0.1
33
34[trac]
35repository_dir = /prj/svn/dploy
Note: See TracBrowser for help on using the repository browser.