Update settings.example.ini

This commit is contained in:
Namhyeon Go 2024-09-14 20:18:10 +09:00
parent 13d7b821be
commit 93ea20cf25

View File

@ -11,11 +11,15 @@ NONFREE_STRICT=false
DISABLE_HEARTBEAT=true
DISABLE_SCREEN_TIME=true
DISABLE_FILE_MONITOR=true
; screen or window
; example: window or screen
SCREEN_TIME_MODE=screen
;backward,save,sample_ocr,sample_clipboard,sample_width=128,sample_height=128,sample_adjust_x=0,sample_adjust_y=0,sample_only=,process_name=notepad.exe
; example: backward,save,sample_ocr,sample_clipboard,sample_width=128,sample_height=128,sample_adjust_x=0,sample_adjust_y=0,sample_only=,process_name=notepad.exe
SCREEN_TIME_PARAMS=
; Heartbeat service with gRPC
GRPC_HOST=http://localhost:50051
; TODO: WelsonJS event data export to Elasticsearch (or OpenSearch)
ES_HOST=http://localhost:9200
ES_USER=elastic
ES_PASSWORD=changeme
; TODO: Programmable anti-virus feature with ClamAV (Works on File Event Monitor)
CLAMAV_HOST=tcp://127.0.0.1:3310