From 3d0ef67befa4c92e697b1e9ae0385e1bda5b7908 Mon Sep 17 00:00:00 2001 From: Yaw Anokwa Date: Tue, 5 Dec 2023 14:58:52 -0800 Subject: [PATCH] macOS uses port 5000 to run an AirPlay server for ControlCenter --- config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.json b/config/default.json index d2aad29a5..55b3b116f 100644 --- a/config/default.json +++ b/config/default.json @@ -15,7 +15,7 @@ }, "xlsform": { "host": "localhost", - "port": 5000 + "port": 5001 }, "enketo": { "url": "http://localhost:8005/-",