service-core/config.json

11 lines
280 B
JSON
Raw Normal View History

2020-09-01 17:31:38 +00:00
{
"name": "service-core",
"githubAuthToken": null,
2020-09-01 17:31:38 +00:00
"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
}