platform/dev/branding.json

49 lines
971 B
JSON
Raw Normal View History

{
"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"
}
}