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

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

Update server to mga7

File size: 966 bytes
Line 
1# -*- coding: utf-8 -*-
2
3[account-manager]
4htpasswd_file = /usr/local/etc/uuwl.htpasswd
5user_lock_max_time = 86400
6
7[header_logo]
8alt = UUWL
9height = 120
10link = http://uuwl.project-builder.org
11width = 350
12
13[inherit]
14file = /prj/trac/trac.ini
15
16[notification]
17smtp_from = trac@project-builder.org
18
19[project]
20descr = LGPL/MIT library to ease porting code from one Unix to another
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 = /prj/www/html/project-builder/favicon.ico
23name = UUWL
24url = http://uuwl.project-builder.org
25
26[ticket]
27default_component = libuuwl
28default_milestone = 0.1
29default_priority = major
30default_severity = normal
31default_version = 0.1
32
33[trac]
34base_url = http://uuwl.project-builder.org/
35repository_dir = /prj/svn/uuwl
Note: See TracBrowser for help on using the repository browser.