From 7c5c5a6b188fd7694e3014591edbeb839a82a5f1 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 23 Sep 2025 16:26:47 +0200 Subject: [PATCH] set default values in config --- src/kds_s2000w_net.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/kds_s2000w_net.conf b/src/kds_s2000w_net.conf index 1d61946..ab41772 100644 --- a/src/kds_s2000w_net.conf +++ b/src/kds_s2000w_net.conf @@ -1,20 +1,21 @@ scanner_url = "https://scanner.example.com" username = "muster" -# profiles +# option profile how many option descriptors are load # 0=PROFILE_FULL # 1=PROFILE_230802_V1_0_36 # 2=PROFILE_MIN +# profile (default: 0) profile = 0 # log levels: 0=OFF, 1=FATAL, 2=ERROR, 3=WARN, 4=INFO, 5=DEBUG, 6=ALL # set KDS_S2000W_NET_DEBUG enviroment variable # default_log_level (default: 0) -# default_log_level = 0 +default_log_level = 0 # wait seconds before pull next scan status # heartbeat_seconds (default: 1) -# heartbeat_seconds = 1 +heartbeat_seconds = 1 # ssl_verify (default: false) -# ssl_verify = true \ No newline at end of file +ssl_verify = false \ No newline at end of file -- 2.47.3