2022-11-04 02:26:06 +00:00
|
|
|
local local_domain = std.extVar("local_domain");
|
|
|
|
|
2022-07-07 20:11:50 +00:00
|
|
|
{
|
2022-11-04 02:26:06 +00:00
|
|
|
local_domain: local_domain,
|
2022-07-07 20:11:50 +00:00
|
|
|
default_domain: '.build.resf.org',
|
|
|
|
service_mappings: {
|
|
|
|
'peridotserver-http': {
|
|
|
|
id: 'peridot-api',
|
|
|
|
external: true,
|
|
|
|
},
|
|
|
|
'peridot-frontend-http': {
|
|
|
|
id: 'peridot',
|
|
|
|
external: true,
|
|
|
|
},
|
|
|
|
'yumrepofs-http': {
|
|
|
|
id: 'yumrepofs',
|
|
|
|
external: true,
|
|
|
|
},
|
|
|
|
'keykeeper-http': {
|
|
|
|
id: 'keykeeper',
|
|
|
|
external: false,
|
|
|
|
},
|
|
|
|
'keykeeper-grpc': {
|
|
|
|
id: 'keykeeper-grpc',
|
|
|
|
external: false,
|
|
|
|
},
|
|
|
|
'httpbin-http': {
|
|
|
|
id: 'httpbin',
|
|
|
|
external: true
|
|
|
|
},
|
|
|
|
'hydra-public-http': {
|
|
|
|
id: 'hdr',
|
|
|
|
external: true
|
|
|
|
},
|
|
|
|
'obsidian-http': {
|
|
|
|
id: 'id-api',
|
|
|
|
external: true,
|
|
|
|
},
|
|
|
|
'obsidian-frontend-http': {
|
|
|
|
id: 'id',
|
|
|
|
external: true,
|
|
|
|
},
|
2022-10-30 01:59:25 +00:00
|
|
|
'apollo-http': {
|
|
|
|
id: 'apollo',
|
|
|
|
external: true,
|
|
|
|
},
|
|
|
|
'apollo-frontend-http': {
|
|
|
|
id: 'errata',
|
|
|
|
external: true,
|
|
|
|
},
|
2022-07-07 20:11:50 +00:00
|
|
|
}
|
|
|
|
}
|