Skip to content

Commit 9a8f4bd

Browse files
committed
bugfix: snapshots configuration
1 parent 2d4ac95 commit 9a8f4bd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

local_dev/config_local_headstart.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ snapshot_php = "headstart/server/services/snapshot/headstart_snapshot.php"
3535
snapshot_local_protocol = "http://"
3636
# Size of thumbnail width
3737
snapshot_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

server/preprocessing/conf/config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ storage_path = "/path/to/storage/"
3232
snapshot_php = "server/services/snapshot/headstart_snapshot.php"
3333
# snapshot_local_protocol fallback for non-server environments
3434
snapshot_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
3636
chrome_executable_path = "/path/to/chrome"
3737

3838

0 commit comments

Comments
 (0)