Leon4gr45 commited on
Commit
37fa766
·
verified ·
1 Parent(s): 908ace8

Set chrome binary path in config

Browse files
Files changed (1) hide show
  1. config/config.json +3 -0
config/config.json CHANGED
@@ -8,5 +8,8 @@
8
  },
9
  "multiInstance": {
10
  "strategy": "simple"
 
 
 
11
  }
12
  }
 
8
  },
9
  "multiInstance": {
10
  "strategy": "simple"
11
+ },
12
+ "browser": {
13
+ "binary": "/usr/bin/google-chrome"
14
  }
15
  }