openweb / config /config.json
Leon4gr45's picture
Set chrome binary path in config
37fa766 verified
Raw
History Blame Contribute Delete
226 Bytes
{
"server": {
"bind": "0.0.0.0",
"port": "9867"
},
"instanceDefaults": {
"mode": "headless"
},
"multiInstance": {
"strategy": "simple"
},
"browser": {
"binary": "/usr/bin/google-chrome"
}
}