Configuration
Environment variables
You can configure the app at runtime using various environment variables:
MAGNOLIA__SERVER__HOST
- host to run the server on (default:0.0.0.0
)MAGNOLIA__SERVER__PORT
- port to run the server on (default:10720
)MAGNOLIA__BEAVER__HTTP__SCHEME
scheme of the HTTP API of the beaver service (default:http
)MAGNOLIA__BEAVER__HTTP__HOST
host of the HTTP API of the beaver service (default:localhost
)MAGNOLIA__BEAVER__HTTP__PORT
port of the HTTP API of the beaver service (default:10500
)MAGNOLIA__BEAVER__HTTP__PATH
path of the HTTP API of the beaver service (default: ``)MAGNOLIA__GECKO__HTTP__SCHEME
scheme of the HTTP API of the gecko service (default:http
)MAGNOLIA__GECKO__HTTP__HOST
host of the HTTP API of the gecko service (default:localhost
)MAGNOLIA__GECKO__HTTP__PORT
port of the HTTP API of the gecko service (default:10700
)MAGNOLIA__GECKO__HTTP__PATH
path of the HTTP API of the gecko service (default: ``)