From 201df2435ddf289a1100c2c8a2b1f37814f1f201 Mon Sep 17 00:00:00 2001 From: Matteo Pietro Dazzi Date: Sat, 13 Aug 2022 12:02:46 +0200 Subject: [PATCH] Update config.json.sample --- app/config.json.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/config.json.sample b/app/config.json.sample index 26f8c39..db5e1f3 100644 --- a/app/config.json.sample +++ b/app/config.json.sample @@ -8,6 +8,9 @@ "path": "/ssh/socket.io", "origins": ["localhost:2222"], }, + "http": { + "origins": ["localhost:2222"], + }, "user": { "name": null, "password": null,