platform/dev/branding.json
JasminMus 49113d8cd8
Update QMS docker-compose.yaml so it can view and download PDF files (#6507)
Signed-off-by: Jasmin <jasmin@hardcoreeng.com>
Co-authored-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2024-09-11 21:21:29 +04:00

49 lines
971 B
JSON

{
"localhost:8080": {
"key": "huly-dev",
"title": "Huly",
"protocol": "http",
"language": "en",
"lastNameFirst": "true"
},
"localhost:8087": {
"key": "huly",
"title": "Huly",
"protocol": "http",
"language": "en",
"lastNameFirst": "true"
},
"host.docker.internal:8087": {
"key": "huly-docker",
"title": "Huly",
"protocol": "http",
"language": "en",
"lastNameFirst": "true"
},
"localhost:8081": {
"key": "tracex-dev",
"title": "TraceX",
"protocol": "http",
"language": "en"
},
"localhost:8088": {
"key": "tracex",
"title": "TraceX",
"protocol": "http",
"language": "en"
},
"host.docker.internal:8088": {
"key": "tracex-docker",
"title": "Huly",
"protocol": "http",
"language": "en",
"lastNameFirst": "true"
},
"example.localhost": {
"key": "example",
"title": "Example",
"language": "en",
"initWorkspace": "init"
}
}