Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 942 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 942 Bytes

hello-http Docker Hub pulls

This is a simple HTTP server packaged inside a Docker image, for testing/demonstration purposes. See the OpenAPI spec for details of endpoints.

Configuration

Environment variable Description Default Value
HTTP_HOST The IP address to which the server should bind. 127.0.0.1
HTTP_PORT The port number to listen on. 3000
HTTP_LOG_ANSI Whether ANSI colors should be enabled for the log output 1
RUST_LOG The level at which to emit logs info