service-core/config.json

10 lines
253 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,
2020-09-09 15:41:05 +00:00
"managePort": 4271,
"devPort": 4269,
2020-09-07 00:47:53 +00:00
"appRepository": "thething/sc-helloworld",
"manageRepository": "TheThing/sc-manager"
2020-09-01 17:31:38 +00:00
}