mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-09 16:11:23 +00:00
19 lines
376 B
Plaintext
19 lines
376 B
Plaintext
# rename: ci/service_mappings.jsonnet
|
|
{
|
|
local_domain: '.pdev.rocky.localhost',
|
|
default_domain: '.build.rockylinux.org',
|
|
service_mappings: {
|
|
'peridotserver-http': {
|
|
id: 'peridot',
|
|
external: true,
|
|
},
|
|
'yumrepofs-http': {
|
|
id: 'yumrepofs',
|
|
external: true,
|
|
},
|
|
'httpbin-http': {
|
|
id: 'httpbin',
|
|
external: false
|
|
}
|
|
}
|
|
} |