From 44426d58987a7c8ed7f735ecacad02106bf6165b Mon Sep 17 00:00:00 2001 From: Anvil5465 <119350594+Anvil5465@users.noreply.github.com> Date: Sun, 30 Mar 2025 09:18:02 -0500 Subject: [PATCH] Update mollysocket.json Signed-off-by: Anvil5465 <119350594+Anvil5465@users.noreply.github.com> --- community-containers/mollysocket/mollysocket.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community-containers/mollysocket/mollysocket.json b/community-containers/mollysocket/mollysocket.json index e278b078..686e40c9 100644 --- a/community-containers/mollysocket/mollysocket.json +++ b/community-containers/mollysocket/mollysocket.json @@ -26,9 +26,9 @@ "command": "server", "environment": [ "MOLLY_DB='/data/mollysocket.db'", - "MOLLY_ALLOWED_ENDPOINTS=["*"]", + "MOLLY_ALLOWED_ENDPOINTS=['*']", "MOLLY_ALLOWED_ENDPOINTS=['*','https://push.{$NC_DOMAIN}']", - "MOLLY_ALLOWED_UUIDS=["*"]", + "MOLLY_ALLOWED_UUIDS=['*']", "MOLLY_HOST=%APACHE_IP_BINDING%", "MOLLY_PORT=8020", "RUST_LOG=error"