From 5726a0d84460a4b67a254c4dcfaa40bf9cc12e45 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 18 Feb 2026 10:16:45 +0100 Subject: Standardize config file section ordering, list operations in usage Group config keys into sections separated by blank lines: identity, encryption (certificate/privateKey/trustStore), security mode, auth. Program-specific keys (cleanupTimeout, registerInterval) go last. Show available operations in Client usage message. --- tests/nosec_anon/server_register.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/nosec_anon/server_register.conf') diff --git a/tests/nosec_anon/server_register.conf b/tests/nosec_anon/server_register.conf index 15743f5..8a2e0c9 100644 --- a/tests/nosec_anon/server_register.conf +++ b/tests/nosec_anon/server_register.conf @@ -3,6 +3,6 @@ port = 14841 applicationUri = urn:localhost:bobink:ServerRegister -registerInterval = 10 - authMode = anonymous + +registerInterval = 10 -- cgit v1.2.3