Configuration
Environment variables
You can configure the app at runtime using various environment variables:
DAISY__SERVER__HOST
- host to run the server on (default:0.0.0.0
)DAISY__SERVER__PORT
- port to run the server on (default:10810
)DAISY__MANTIS__SCHEME
scheme of the HTTP API of the mantis service (default:http
)DAISY__MANTIS__HOST
host of the HTTP API of the mantis service (default:localhost
)DAISY__MANTIS__PORT
port of the HTTP API of the mantis service (default:10800
)DAISY__MANTIS__PATH
path of the HTTP API of the mantis service (default: ``)