Breaking Change
This release includes breaking changes to environment variable and configuration field names. The old names are no longer recognized by the server.
| Old Name | New Name | Purpose |
|---|---|---|
WEBAPP_HOST
| HAPI_LISTEN_HOST
| Server bind address |
WEBAPP_PORT
| HAPI_LISTEN_PORT
| Server listen port |
WEBAPP_URL
| HAPI_PUBLIC_URL
| Public URL for external access |
HAPI_SERVER_URL
| HAPI_API_URL
| CLI connection URL |
Full Changelog: v0.9.2...v0.10.0