mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
ddecae80dd
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
35 lines
651 B
JSON
35 lines
651 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"
|
|
},
|
|
"localhost:8081": {
|
|
"key": "tracex-dev",
|
|
"title": "TraceX",
|
|
"protocol": "http",
|
|
"language": "en"
|
|
},
|
|
"localhost:8088": {
|
|
"key": "tracex",
|
|
"title": "TraceX",
|
|
"protocol": "http",
|
|
"language": "en"
|
|
},
|
|
"example.localhost": {
|
|
"key": "example",
|
|
"title": "Example",
|
|
"language": "en",
|
|
"initWorkspace": "init"
|
|
}
|
|
}
|