|
|
Line 1: |
Line 1: |
− | <table>
| + | |
− | <tr>
| |
− | <th>Environment Variable</th>
| |
− | <th>Default Value</th>
| |
− | <th>Description</th>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>VOLUMES_PATH</td>
| |
− | <td>/usr/local/valt/docker</td>
| |
− | <td>Defines the mount point for VALT's Docker volumes</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>HOST</td>
| |
− | <td></td>
| |
− | <td>IP Address or FQDN of the VALT Application Server</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>APP_ENV</td>
| |
− | <td>prod</td>
| |
− | <td>Defines the runtime environment of VALT</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>WEB_ADMIN_PASSWORD</td>
| |
− | <td>admin</td>
| |
− | <td>Default password of the 'admin' user after installation</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>SSL_DIRECTORY</td>
| |
− | <td>/usr/local/valt/ssl</td>
| |
− | <td>Directory path containing SSL-related files</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>SSL_SERVER_CERTIFICATE</td>
| |
− | <td></td>
| |
− | <td>File path of the installed SSL certificate</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>SSL_INTERMEDIATE_CERTIFICATE</td>
| |
− | <td></td>
| |
− | <td>File path of the installed SSL intermediate certificate</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>SSL_PRIVATE_KEY</td>
| |
− | <td></td>
| |
− | <td>File path of the installed SSL private key</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>WSE_LIC_USB_BUS</td>
| |
− | <td></td>
| |
− | <td>USB bus number of the physical Wowza license key (if applicable)</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>WSE_LIC_USB_DEVICE_NUMBER</td>
| |
− | <td></td>
| |
− | <td>USB device number of the physical Wowza license key (if applicable)</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>DISABLE_WOWZA_RECORD_CHECKING</td>
| |
− | <td>true</td>
| |
− | <td></td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>VALT_TIME_ZONE</td>
| |
− | <td></td>
| |
− | <td>Defines the application time zone</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>VIDEO_STORAGE_DEVICE</td>
| |
− | <td>OS</td>
| |
− | <td>Defines the device used to store videos on</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>NODE_OPTIONS</td>
| |
− | <td></td>
| |
− | <td>Defines option flags for NodeJS</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>DISABLE_WOWZA_PLAYER_ALERTS</td>
| |
− | <td>true</td>
| |
− | <td>Toggles the appearance of the live streamss buffering messages</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>PROXY_SERVER</td>
| |
− | <td></td>
| |
− | <td>Address of configured proxy server (if applicable)</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>PROXY_SERVER_PORT</td>
| |
− | <td></td>
| |
− | <td>Port used with configured proxy server</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>PROXY_SERVER_USERNAME</td>
| |
− | <td></td>
| |
− | <td>Username to connect to configured proxy server (if applicable)</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>PROXY_SERVER_PASSWORD</td>
| |
− | <td></td>
| |
− | <td>Password to connect to configured proxy server (if applicable)</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>SERVER_TYPE</td>
| |
− | <td>Application</td>
| |
− | <td>Defines the type of VALT server</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>ENABLE_WOWZA_RESTART_CRONJOB</td>
| |
− | <td>false</td>
| |
− | <td>Toggles existence of a daily cronjob that restarts the Wowza Streaming Engine Docker container</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>WARM_STANDBY_STATUS</td>
| |
− | <td>false</td>
| |
− | <td>Defines if server is configured for Warm Standby environment</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>WARM_STANDBY_SERVER_ID</td>
| |
− | <td></td>
| |
− | <td>Defines the server ID in a Warm Standby environment</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>WARM_STANDBY_PAIRED_SERVER</td>
| |
− | <td></td>
| |
− | <td>Defines the paired server address in a Warm Standby environment</td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>USE_LDAPSEARCH_INSTEAD_OF_LDAP_BIND</td>
| |
− | <td>false</td>
| |
− | <td>Toggles the LDAP querying method to the configured LDAP server (if applicable)</td>
| |
− | </tr>
| |
− | </table>
| |