MyNixOS website logo
option

services.go-httpbin.settings

Configuration of go-httpbin. See https://github.com/mccutchen/go-httpbin#configuration for a list of options.

Declarations
Type
attribute set of (string or signed integer or boolean)
Example
{
  HOST = "0.0.0.0";
  PORT = 8080;
}