зеркало из https://github.com/mozilla/treeherder.git
Taskcluster login fix on prototype and tc-staging (#7383)
* Remove forward slash in tcClientIdMap const
This commit is contained in:
Родитель
cb7d39b0e6
Коммит
eaf9bbf45d
|
@ -3,10 +3,10 @@ import { tcAuthCallbackUrl } from '../helpers/url';
|
|||
export const tcClientIdMap = {
|
||||
'https://treeherder.mozilla.org': 'production',
|
||||
'https://treeherder.allizom.org': 'stage',
|
||||
'https://prototype.treeherder.nonprod.cloudops.mozgcp.net/': 'dev',
|
||||
'https://prototype.treeherder.nonprod.cloudops.mozgcp.net': 'dev',
|
||||
'http://localhost:5000': 'localhost-5000',
|
||||
'http://localhost:8000': 'localhost-8000',
|
||||
'https://tc-staging.treeherder.nonprod.cloudops.mozgcp.net/':
|
||||
'https://tc-staging.treeherder.nonprod.cloudops.mozgcp.net':
|
||||
'taskcluster-staging',
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче