From 2492cb88121289e21bfecdeab44bbcc86ac4de5b Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Wed, 9 Sep 2020 15:58:59 +0000 Subject: [PATCH] Update config to add basic manager by default --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index c32ba6c..cc73b38 100644 --- a/config.json +++ b/config.json @@ -6,5 +6,5 @@ "managePort": 4271, "devPort": 4269, "appRepository": "thething/sc-helloworld", - "manageRepository": null + "manageRepository": "TheThing/sc-manager" } \ No newline at end of file