...

Variable

Description

Version Introduced

PIRANA_BIND_ADDRESS

Host to bind to. Default 0.0.0.0

 

PIRANA_PORT

Internal port to run on. Default 9918

 

PIRANA_POOL

Connection pool. Default 30

 

PIRANA_ENV_TYPE

Environment type to run on. Default production

 

PIRANA_LOGFILE

Path to the logfile. When left empty logs to stdout

 

PIRANA_LOG_LEVEL

Minimum log level. Default: INFO

 October 2024 

PIRANA_SSL_ENABLED

Enable options below. Default false

 

PIRANA_SSL_CERTIFICATE

Path to an SSL certificate

 

PIRANA_SSL_PRIVATE_KEY

Path to an SSL private key

 

PIRANA_SSL_CERT_CHAIN

Path to an SSL certificate chain

 

PIRANA_MODEL_SEED

Seed number for the model. Default 123456789

 

PIRANA_MODEL_MAX_DEPTH

Maximum model depth. Default 4

 

PIRANA_MODEL_FILL_STRATEGY

Fill strategy for missing data. Default fill

 

PIRANA_USER_ACCOUNT_NAME

The name of the user account under which Pirana service should run

January 2023

PIRANA_USER_ACCOUNT_PASSWORD

Password for user account set by PI_DB_USER_ACCOUNT_NAME variable

January 2023

PIRANA_LOGGER_JSON

True to output logs in JSON format. Default: false

October 2024

...