Nöbetnode Configurations
You can set settings below using environment variables or placing them in .env
file.
Basic
Variable | Description |
---|
SERVICE_ADDRESS | Bind application to this host (default: 0.0.0.0 ) |
SERVICE_PORT | Bind application to this port (default: 51031 ) |
INSECURE | Connection security |
SSL_CLIENT_CERT_FILE | Client certificate path (default: /var/lib/marznode/client.pem) |
SSL_CERT_FILE | SSL cert file path |
SSL_KEY_FILE | SSL key file path |
Development and Documentation
Variable | Description |
---|
DEBUG | Debug mode for development (default: False ) |
.env File Example