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,