-
-
Save amergin/b652b4ac0fe41b85cc0b41488a814fd6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PORT=35292 | |
export PRERENDER_SERVICE_URL='http://localhost:35292/' | |
export PHANTOMJS_PORT=35294 | |
export PHANTOM_CLUSTER_NUM_WORKERS=5 | |
export PHANTOM_WORKER_ITERATIONS=10 | |
export CACHE_ROOT_DIR="~/snapshot-env/prerender/filecache/" | |
export CACHE_LIVE_TIME=7200 | |
PHANTOM_CLUSTER_MESSAGE_TIMEOUT=800 | |
export LANGUAGE=en_US.UTF-8 | |
export LANG=en_US.UTF-8 | |
export LC_ALL=en_US.UTF-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment