mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
20 lines
297 B
JSON
20 lines
297 B
JSON
{
|
|
"logger": {
|
|
"level": "debug"
|
|
},
|
|
"db": {
|
|
"implementation": "local"
|
|
},
|
|
"grid": {
|
|
"client_type": "selenium",
|
|
"port": 4444,
|
|
"strategy_list": [
|
|
{
|
|
"type": "persistent"
|
|
}
|
|
],
|
|
"busy_node_duration": "15m",
|
|
"reserved_node_duration": "5m"
|
|
}
|
|
}
|