Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Variable

Description

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_ENV_TYPE

Environment type to run on. Default production

PIRANA_LOG_LEVELS

Comma separated string with the levels to log. Default error,warn

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

...