matrix-puppeteer-line/puppet/example-config.json

16 lines
325 B
JSON
Raw Normal View History

2020-08-24 09:45:44 -04:00
{
"listen": {
"type": "unix",
2021-03-15 01:40:56 -04:00
"path": "/var/run/matrix-puppeteer-line/puppet.sock"
2020-08-24 09:45:44 -04:00
},
"executable_path": "",
"no_sandbox": false,
"profile_dir": "./profiles",
2021-04-27 02:59:16 -04:00
"extension_dir": "./extension_files",
"cycle_delay": 5000,
"use_xdotool": false,
"jiggle_delay": 20000,
2022-06-21 03:08:00 -04:00
"devtools": false,
"timeZone": "Asia/Taipei"
2020-08-24 09:45:44 -04:00
}