service-core/config.json

11 lines
256 B
JSON
Raw Normal View History

2020-09-01 17:31:38 +00:00
{
"name": "service-core",
"serviceName": "Service-Core Node",
"description": "NodeJS Test Service",
2020-09-07 00:47:53 +00:00
"port": 4270,
"managePort": 4269,
"hasManage": true,
"appRepository": "thething/sc-helloworld",
"manageRepository": null,
"useDev": true
2020-09-01 17:31:38 +00:00
}