From fe236c3f0b465498d19aae34ba1c1e62bdfe8e61 Mon Sep 17 00:00:00 2001 From: James Yang <26634873@qq.com> Date: Sat, 3 Jul 2021 22:14:51 +0800 Subject: [PATCH] Update config.json.sample (#253) * Update package.json * Update CI tools (#248) * chore: ci tools updates * ci tools updates * chore: update ci * update dev tools (#249) * chore: ci tools updates * ci tools updates * chore: update ci * build tools update * chore: udpate dev tools * Update config.json.sample fix: lost comma in config.json.sample Co-authored-by: Bill Church --- 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": {