forked from mantisbt-plugins/codev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini.sample
86 lines (72 loc) · 2.94 KB
/
config.ini.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
; This file is part of CodevTT.
; - The Variables in here can be customized to your needs
; - This file has been generated during install on YYYYMMDD
[general]
codevInstall_timestamp = 0
codevtt_output_dir = /tmp/codevtt
codevtt_logfile = "/tmp/codevtt/logs/codevtt.log"
homepage_title = "Welcome"
logo_image = "images/codevtt_logo_03_mini.png"
mantis_url = "https://localhost/mantis"
codevtt_url = "https://localhost/codevtt"
mantis_dir = /var/www/html/mantis
codevtt_dir = /var/www/html/codevtt
[database]
db_mantis_host = "localhost"
db_mantis_database = "bugtracker"
db_mantis_user = "mantisdbuser"
db_mantis_pass = "secret_password"
[mantis]
status_enum_string = "10:new,20:feedback,30:acknowledged,40:analyzed,50:open,80:resolved,82:validated,85:delivered,90:closed,"
priority_enum_string = "10:none,20:low,30:normal,40:high,50:urgent,60:immediate,"
resolution_enum_string = "10:open,20:fixed,30:reopened,40:unable to duplicate,50:not fixable,60:duplicate,70:not a bug,80:suspended,90:wont fix,"
severity_enum_string = "10:feature,20:trivial,30:text,40:tweak,50:minor,60:major,70:crash,80:block,"
bug_resolved_status_threshold = 80
[status]
; Note: CodevTT needs some status to be defined (new, feedback, open, closed)
; please add equivalences in accordance to your workflow.
; ex: status_open = 50 (assigned)
status_new = 10
status_feedback = 20
status_open = 50
status_closed = 90
[resolution]
resolution_fixed = 20
resolution_reopened = 30
[relationships]
relationship_constrained_by = 2500
relationship_constrains = 2501
[perf]
; display tooltips on only the x last_updated issues.
; set to 0 to display all tooltips.
max_tooltips_per_page = 500
[doodles]
; logo_image_startDate_endDate = "images/doodle_logo.png" (date "MMdd")
logo_image_0207_0214 = "images/codevtt_logo_03_stvalentin.png"
logo_image_0317_0317 = "images/codevtt_logo_03_stpatrick.jpg"
logo_image_0401_0401 = "images/codevtt_logo_03_april_1st.jpg"
logo_image_0421_0425 = "images/codevtt_logo_03_easter.png"
logo_image_1031_1031 = "images/codevtt_logo_03_halloween.png"
logo_image_1220_1227 = "images/codevtt_logo_03_christmas.png"
logo_image_1231_1231 = "images/codevtt_logo_03_happynewyear.png"
logo_image_0101_0106 = "images/codevtt_logo_03_happynewyear.png"
[timesheets]
; value:displayed_text
task_duration_list = "1:1,0.9:0.9,0.8:0.8,0.75:0.75,0.7:0.7,0.6:0.6,0.5:0.5,0.4:0.4,0.3:0.3,0.25:0.25,0.2:0.2,0.1:0.1,0.05:0.05"
;task_duration_list = "1:all day,0.5:half day,0.125:one hour"
[internet]
;proxy = "proxy:8080"
check_latest_version = 1
[dashboardDefaultPlugins]
;User = ""
;Task = ""
;Project = ""
;Admin = ""
Team = "AvailableWorkforceIndicator"
Command = "LoadPerUserIndicator,ProgressHistoryIndicator2"
CommandSet = "LoadPerUserIndicator"
ServiceContract = "LoadPerJobIndicator2,ProgressHistoryIndicator2,EffortEstimReliabilityIndicator2"
[email]
; --- cronjob (every Friday at 2:00 AM):
; --- 0 2 * * 5 php /var/www/html/codevtt/tools/send_timesheet_emails.php
enable_email_notification = 1