welsonjs/settings.example.ini
Namhyeon, Go 4aace2a3ae
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Update settings.example.ini
2024-08-27 01:48:32 +09:00

22 lines
571 B
INI

[Default]
; development or production
JSCRIPT_ENV=development
CHATGPT_APIKEY=file:data/chatgpt-apikey.txt
; 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
[Service]
DISABLE_SCREEN_TIME=false
DISABLE_FILE_MONITOR=false
DISABLE_MESSAGE_RECEIVER=false
; screen or window
SCREEN_TIME_MODE=screen
;filename.exe,backward,save
SCREEN_TIME_PARAMS=
GRPC_HOST=http://localhost:50051
ES_HOST=http://localhost:9200
ES_USER=elastic
ES_PASSWORD=changeme