mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-15 14:11:03 +00:00
Update settings.example.ini
This commit is contained in:
parent
13d7b821be
commit
93ea20cf25
|
@ -11,11 +11,15 @@ NONFREE_STRICT=false
|
||||||
DISABLE_HEARTBEAT=true
|
DISABLE_HEARTBEAT=true
|
||||||
DISABLE_SCREEN_TIME=true
|
DISABLE_SCREEN_TIME=true
|
||||||
DISABLE_FILE_MONITOR=true
|
DISABLE_FILE_MONITOR=true
|
||||||
; screen or window
|
; example: window or screen
|
||||||
SCREEN_TIME_MODE=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=
|
SCREEN_TIME_PARAMS=
|
||||||
|
; Heartbeat service with gRPC
|
||||||
GRPC_HOST=http://localhost:50051
|
GRPC_HOST=http://localhost:50051
|
||||||
|
; TODO: WelsonJS event data export to Elasticsearch (or OpenSearch)
|
||||||
ES_HOST=http://localhost:9200
|
ES_HOST=http://localhost:9200
|
||||||
ES_USER=elastic
|
ES_USER=elastic
|
||||||
ES_PASSWORD=changeme
|
ES_PASSWORD=changeme
|
||||||
|
; TODO: Programmable anti-virus feature with ClamAV (Works on File Event Monitor)
|
||||||
|
CLAMAV_HOST=tcp://127.0.0.1:3310
|
||||||
|
|
Loading…
Reference in New Issue
Block a user