2024-08-13 02:16:27 +00:00
|
|
|
[Default]
|
|
|
|
JSCRIPT_ENV=development ;development or production
|
|
|
|
CHATGPT_APIKEY=file:data/chatgpt-apikey.txt
|
2024-08-20 00:49:03 +00:00
|
|
|
WINDIVERT_CONFIG_FILE=data/windivert.config.json ;for network debugging
|
2024-08-13 02:16:27 +00:00
|
|
|
NONFREE_STRICT=false ;User consent may be required when using third-party software with an EULA license.
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
DISABLE_SCREEN_TIME=false
|
|
|
|
DISABLE_FILE_MONITOR=false
|
2024-08-20 00:49:03 +00:00
|
|
|
GRPC_HOST=http://localhost:50051
|
2024-08-13 02:16:27 +00:00
|
|
|
ES_HOST=http://localhost:9200
|
|
|
|
ES_USER=elastic
|
2024-08-20 00:49:58 +00:00
|
|
|
ES_PASSWORD=changeme
|