Configuration
Environment variables
You can configure the app at runtime using various environment variables:
JASMINE__SERVER__HOST
- host to run the server on (default:0.0.0.0
)JASMINE__SERVER__PORT
- port to run the server on (default:10620
)JASMINE__BEAVER__HTTP__SCHEME
scheme of the HTTP API of the beaver service (default:http
)JASMINE__BEAVER__HTTP__HOST
host of the HTTP API of the beaver service (default:localhost
)JASMINE__BEAVER__HTTP__PORT
port of the HTTP API of the beaver service (default:10500
)JASMINE__BEAVER__HTTP__PATH
path of the HTTP API of the beaver service (default: ``)JASMINE__NUMBAT__HTTP__SCHEME
scheme of the HTTP API of the numbat service (default:http
)JASMINE__NUMBAT__HTTP__HOST
host of the HTTP API of the numbat service (default:localhost
)JASMINE__NUMBAT__HTTP__PORT
port of the HTTP API of the numbat service (default:10600
)JASMINE__NUMBAT__HTTP__PATH
path of the HTTP API of the numbat service (default: ``)