Configuration
Environment variables
You can configure the service at runtime using various environment variables:
LITESTAR_EXAMPLE__DEBUG- enable debug mode (default:true)LITESTAR_EXAMPLE__SERVER__HOST- host to run the server on (default:0.0.0.0)LITESTAR_EXAMPLE__SERVER__PORT- port to run the server on (default:8080)LITESTAR_EXAMPLE__SERVER__TRUSTED- trusted IP addresses (default:*)