From 71fe37785b38de4a5b20e1eeb7e9098a67b21b56 Mon Sep 17 00:00:00 2001 From: James Yang <26634873@qq.com> Date: Tue, 15 Jun 2021 16:39:03 +0800 Subject: [PATCH] Update config.json.sample fix: lost comma in config.json.sample --- app/config.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.json.sample b/app/config.json.sample index b30f569..ac03d16 100644 --- a/app/config.json.sample +++ b/app/config.json.sample @@ -9,7 +9,7 @@ "user": { "name": null, "password": null, - "privatekey": null + "privatekey": null, "overridebasic": false }, "ssh": {