Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 242 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 242 Bytes

go-greeter

A greeter HTTP service written in Go.

Configuration

The following environment variables are required: GREETER_PORT, GREETER_GREETING.

An example configuration:

GREETER_PORT=8080
GREETER_GREETING="Hello there"