Environment Variables
These are the environment variables that can be used when starting STEVE.
Variable | Required | Comment | Example value |
---|---|---|---|
SERVER_PORT | No | Listen port for incoming requests | 8080 (is default) |
USE_TLS | No | Should incoming request be made with https (TLS) | false (is default) |
TLS_SERVER_CRT | No | PEM file content shall be Base64 encoded. If not set, and USE_TLS is true, a default server certificate, signed by STEVE Root CA, is used. | LS0tLS1CRUdJTiBDRV… |
TLS_SERVER_KEY | No | PEM file content shall be Base64 encoded. | LS0tLS1CRUdJTiBQUk… |