From a7c3f202ffea7859463f204cccf526f7517321f6 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Wed, 1 May 2024 06:48:02 +0000 Subject: T6287: Config-sync add the ability to configure API port Add the ability to configure the API port if the API on the secondary server works on a non-default port. The primary node will connect to configured port for config-sync ``` set service config-sync secondary address '192.0.2.11' set service config-sync secondary port '8443' ``` --- interface-definitions/service_config-sync.xml.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'interface-definitions/service_config-sync.xml.in') diff --git a/interface-definitions/service_config-sync.xml.in b/interface-definitions/service_config-sync.xml.in index e9ea9aa4b..648c14aee 100644 --- a/interface-definitions/service_config-sync.xml.in +++ b/interface-definitions/service_config-sync.xml.in @@ -34,6 +34,10 @@ + #include + + 443 + Connection API timeout -- cgit v1.2.3