2024-08-13 02:16:27 +00:00
|
|
|
[Default]
|
2024-08-25 03:56:01 +00:00
|
|
|
; development or production
|
|
|
|
JSCRIPT_ENV=development
|
2024-08-13 02:16:27 +00:00
|
|
|
CHATGPT_APIKEY=file:data/chatgpt-apikey.txt
|
2024-08-25 03:56:01 +00:00
|
|
|
; for network debugging
|
|
|
|
WINDIVERT_CONFIG_FILE=data/windivert.config.json
|
|
|
|
; User consent may be required when using third-party software with an EULA license.
|
|
|
|
NONFREE_STRICT=false
|
2024-08-13 02:16:27 +00:00
|
|
|
|
|
|
|
[Service]
|
2024-08-29 06:34:54 +00:00
|
|
|
DISABLE_HEARTBEAT=true
|
|
|
|
DISABLE_SCREEN_TIME=true
|
|
|
|
DISABLE_FILE_MONITOR=true
|
2024-09-17 13:22:46 +00:00
|
|
|
; window or screen
|
2024-08-25 08:57:22 +00:00
|
|
|
SCREEN_TIME_MODE=screen
|
2024-09-18 18:29:43 +00:00
|
|
|
; backward,save,sample_width=128,sample_height=128,sample_adjust_x=0,sample_adjust_y=0,sample_any=button.png:message.png:like.png,sample_ocr=like.png,sample_clipboard=button.png,sample_nodup=message.png,process_name=notepad.exe
|
2024-08-25 13:45:25 +00:00
|
|
|
SCREEN_TIME_PARAMS=
|
2024-09-17 13:22:46 +00:00
|
|
|
; default: http://localhost:50051
|
2024-08-20 00:49:03 +00:00
|
|
|
GRPC_HOST=http://localhost:50051
|
2024-09-14 11:18:10 +00:00
|
|
|
; TODO: WelsonJS event data export to Elasticsearch (or OpenSearch)
|
2024-08-13 02:16:27 +00:00
|
|
|
ES_HOST=http://localhost:9200
|
|
|
|
ES_USER=elastic
|
2024-08-24 04:44:48 +00:00
|
|
|
ES_PASSWORD=changeme
|
2024-09-17 13:22:46 +00:00
|
|
|
; default: tcp://127.0.0.1:3310
|
2024-09-14 11:18:10 +00:00
|
|
|
CLAMAV_HOST=tcp://127.0.0.1:3310
|