From: Bastian Dehn Date: Tue, 23 Sep 2025 14:26:47 +0000 (+0200) Subject: set default values in config X-Git-Tag: v1.1.6^2~1^2~4 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=7c5c5a6b188fd7694e3014591edbeb839a82a5f1;p=sane-kds-s2000w-net.git set default values in config --- 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