mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 19:44:59 +03:00
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"
|
||
|
}
|
||
|
}
|