]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
set default values in config
authorBastian Dehn <hhaalo@arcor.de>
Tue, 23 Sep 2025 14:26:47 +0000 (16:26 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 23 Sep 2025 14:26:47 +0000 (16:26 +0200)
src/kds_s2000w_net.conf

index 1d61946a0fa709a96de95811fe9d2b3dd757afa0..ab41772b7f2c0a00f6762c4f9fa0b119dd151372 100644 (file)
@@ -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