This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bz-dev.conf-sample
77 lines (65 loc) · 2.54 KB
/
bz-dev.conf-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
#
# bz dev manager config
#
bz_path = "/opt/bz" # path to the bz script
htdocs_path = "/opt/bugzilla/htdocs"
repo_path = "/opt/bugzilla/repo"
yui2_path = "/opt/bugzilla/yui2"
yui3_path = "/opt/bugzilla/yui3"
default_repo = "bmo" # or 'trunk' for upstream, empty string for detect
default_bmo_repo = "bmo/4.2"
default_bmo_db = "bugs_bmo_201312"
bugzilla_trunk_milestone = "5.0"
bugzilla_mozilla_org_login = "[email protected]"
base_url = "http://bz/"
attach_url = "http://attach.bz/"
modperl_url = "http://modperl.bz/"
modperl_attach_url = "http://attach.modperl.bz/"
<localconfig>
cvsbin = "/usr/bin/cvs"
db_host = "mac"
db_pass = "sockmonkey"
db_port = "0"
db_user = "bugs"
diffpath = "/usr/bin"
interdiffbin = "/usr/bin/interdiff"
webservergroup = "byron"
</localconfig>
<params>
allow_attachment_display = "1"
attachment_base = "$attach_url%dir%/"
cookiepath = "/%dir%/"
defaultpriority = "--"
defaultseverity = "normal"
insidergroup = "admin"
mail_delivery_method = "Sendmail"
mailfrom = "[email protected]"
maintainer = "[email protected]"
memcached_namespace = "%dir%:"
smtpserver = ""
specific_search_allow_empty_words = "0"
timetrackinggroup = ""
upgrade_notification = "disabled"
urlbase = "$base_url%dir%/"
usebugaliases = "1"
useclassification = "1"
useqacontact = "1"
user_info_class = "CGI"
usestatuswhiteboard = "1"
usetargetmilestone = "1"
webdotbase = "/usr/bin/dot"
</params>
<params_bmo>
password_complexity = "letters_numbers"
user_info_class = "Persona,CGI"
</params_bmo>
# login -> commit message nick
<nicknames>
[email protected] = "glob"
</nicknames>
bmo_username = "[email protected]"
bmo_api_key = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
never_disable_bugmail = "[email protected]"
never_disable_bugmail = "[email protected]"
# requires /usr/local/bin/terminal-notifier on the mac
notify_host = "byron@mac"