Source code
Revision control
Copy as Markdown
Other Tools
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
config = {
"balrog_servers": [
{
"ignore_failures": False,
"url_replacements": [
(
),
],
"balrog_usernames": {
"firefox": "balrog-ffxbld",
"thunderbird": "balrog-tbirdbld",
"mobile": "balrog-ffxbld",
"Fennec": "balrog-ffxbld",
},
},
# {
# 'ignore_failures': True,
# 'balrog_usernames': {
# 'firefox': 'stage-ffxbld',
# 'thunderbird': 'stage-tbirdbld',
# 'mobile': 'stage-ffxbld',
# 'Fennec': 'stage-ffxbld',
# }
# }
]
}