This repository has been archived by the owner on Mar 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbz-dev.conf
85 lines (73 loc) · 2.87 KB
/
bz-dev.conf
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
85
#
# bz dev manager config
#
bz_path = "/usr/local/bin/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 = "" # or 'trunk' for upstream, empty string for detect
bmo_api_key = %BMO_API_KEY%
default_bmo_repo = "bmo/master"
default_bmo_db = "bmo"
default_merge_repo = "bmo/upstream-merge"
default_merge_db = "bugs_merge"
default_trunk_repo = "bugzilla/trunk"
default_trunk_db = "bugzilla"
bugzilla_trunk_milestone = "6.0"
bugzilla_mozilla_org_login = "[email protected]"
base_url = "http://bugzilla.vm/"
attach_url = "http://bugzilla.vm/"
modperl_url = "http://bugzilla.vm/"
modperl_attach_url = "http://bugzilla.vm/"
<localconfig>
cvsbin = "/usr/bin/cvs"
db_host = "mac-thor"
db_pass = "bugs"
db_port = "0"
db_user = "bugs"
db_driver = "mysql"
diffpath = "/usr/bin"
interdiffbin = "/usr/bin/interdiff"
webservergroup = "dylan"
create_htaccess = 1
</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"
auth_delegation = "1"
mozreview_app_id = cafedeadbeef
</params>
<params_bmo>
password_complexity = "bmo"
user_info_class = "GitHubAuth,CGI"
user_verify_class = "GitHubAuth,DB"
rememberlogin = "defaulton"
</params_bmo>
bmo_username = "[email protected]"
<nicknames>
[email protected] = "glob"
[email protected] = "dkl"
[email protected] = "dylan"
[email protected] = "spoony"
</nicknames>