Update config to add basic manager by default

This commit is contained in:
Jonatan Nilsson 2020-09-09 15:58:59 +00:00
parent 4b274445ca
commit 2492cb8812

View file

@ -6,5 +6,5 @@
"managePort": 4271, "managePort": 4271,
"devPort": 4269, "devPort": 4269,
"appRepository": "thething/sc-helloworld", "appRepository": "thething/sc-helloworld",
"manageRepository": null "manageRepository": "TheThing/sc-manager"
} }