-
Notifications
You must be signed in to change notification settings - Fork 4
Server Configuration
Andy Neff edited this page Mar 23, 2016
·
2 revisions
There are many configuration parameters to adjust how the Voxel Globe server is deployed.
When accessing image server assets, the URL is generated using the following options
VIP_IMAGE_SERVER_PORT - The port used for serving images. Default ``
VIP_IMAGE_SERVER_HOST
vsi-ri.com
`VIP_IMAGE_SERVER_PROTOCOL` - https
export VIP_HTTPD_PORT=4080 export VIP_HTTPD_SSL_PORT=4433 export VIP_HTTPD_SERVER_NAME=${VIP_IMAGE_SERVER_HOST}
export VIP_DJANGO_PASSWD=/opt/vip/shadow/django export VIP_DJANGO_ADMIN_USER=admin
export VIP_OPENCL_DEVICE=gpu0
export VIP_TEMP_DIR=$(dirname ${BASH_SOURCE[0]})/tmp
export VIP_OPENCL_MEMORY=1500000000