From 5df430e6942804ff87c7e6414389638bc64cb1ba Mon Sep 17 00:00:00 2001 From: bakito Date: Wed, 15 Mar 2023 17:04:53 +0100 Subject: [PATCH] update readme with api port --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e329f92..da244ba 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,10 @@ services: # REPLICA1_DHCPSERVERENABLED: true/false (optional) enables/disables the dhcp server on the replica CRON: '*/10 * * * *' # run every 10 minutes RUNONSTART: true + + # Configure the sync API server, disabled if api port is 0 + API_PORT: 8080 + # Configure sync features; by default all features are enabled. # FEATURES_GENERALSETTINGS: true # FEATURES_QUERYLOGCONFIG: true