Server Configuration - ngageoint/voxel-globe GitHub Wiki

There are many configuration parameters to adjust how the Voxel Globe server is deployed.

Common Parameters

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

Uncommon Parameters

Other Parameters