mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +09:00
18 lines
494 B
Python
18 lines
494 B
Python
config = {
|
|
'balrog_servers': [
|
|
{
|
|
'balrog_api_root': 'http://balrog/api',
|
|
'ignore_failures': False,
|
|
'url_replacements': [
|
|
('http://archive.mozilla.org/pub', 'http://download.cdn.mozilla.net/pub'),
|
|
],
|
|
'balrog_usernames': {
|
|
'firefox': 'ffxbld',
|
|
'thunderbird': 'tbirdbld',
|
|
'mobile': 'ffxbld',
|
|
'Fennec': 'ffxbld',
|
|
}
|
|
}
|
|
]
|
|
}
|
|
|