File tree Expand file tree Collapse file tree
server/preprocessing/conf Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ snapshot_php = "headstart/server/services/snapshot/headstart_snapshot.php"
3535snapshot_local_protocol = " http://"
3636# Size of thumbnail width
3737snapshot_width = " 1200px"
38+ # chrome executable path optional, only needed if puppeteer cannot find chrome automatically
39+ chrome_executable_path = " /path/to/chrome"
3840
3941[connection]
4042# PostgreSQL database
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ storage_path = "/path/to/storage/"
3232snapshot_php = " server/services/snapshot/headstart_snapshot.php"
3333# snapshot_local_protocol fallback for non-server environments
3434snapshot_local_protocol = " http://"
35- # chrome executable path ( optional, only needed if puppeteer cannot find chrome automatically)
35+ # chrome executable path optional, only needed if puppeteer cannot find chrome automatically
3636chrome_executable_path = " /path/to/chrome"
3737
3838
You can’t perform that action at this time.
0 commit comments