@@ -7,7 +7,7 @@ preprocessing_dir = "/var/www/html/dev/server/preprocessing/"
77# Full path to the images directory for the client. Needs to be in the public_html/www directory. Make sure that your webserver has write access to this directory.
88images_path = " /var/www/html/dev/server/paper_preview/"
99# Host of the client visualization
10- host = " localhost /"
10+ host = " dev-searchflow-1 /"
1111# Relative path to the client visualization. Needs to be in the public_html/www directory.
1212vis_path = " headstart"
1313# Relative path to the client REST services. Needs to be in the public_html/www directory.
@@ -20,19 +20,21 @@ api_flavor = "dev"
2020
2121[snapshot]
2222# Set to 1 to enable snapshot feature, 0 to disable
23- snapshot_enabled = 0
23+ snapshot_enabled = 1
2424# Absolute path to node binary
25- node_path = " /path/to /node"
25+ node_path = " /usr/local/nvm/versions/node/v10.17.0/bin /node"
2626# Absolute paths to node_modules folder, where puppeteer is installed
27- nodemodules_path = " /path/to/ node_modules"
27+ nodemodules_path = " /usr/local/nvm/versions/node/v10.17.0/lib/ node_modules/ "
2828# Absolute path to getChartSVG.js
29- getsvg_path = " /path/to /getChartSVG.js"
29+ getsvg_path = " /var/www/html/headstart/server/services /getChartSVG.js"
3030# Absolute path to the directory, where the snapshots are stored. Webserver must have write access to this directory
31- storage_path = " /path/to/storage /"
31+ storage_path = " /var/www/html/snapshots /"
3232# PHP File responsible for rendering the bubble in a way to be snapshotted. Relative path to general host
33- snapshot_php = " server/services/snapshot/headstart_snapshot.php"
33+ snapshot_php = " headstart/ server/services/snapshot/headstart_snapshot.php"
3434# snapshot_local_protocol fallback for non-server environments
3535snapshot_local_protocol = " http://"
36+ # Size of thumbnail width
37+ snapshot_width = " 1200px"
3638
3739[connection]
3840# PostgreSQL database
0 commit comments