bojand / go-info-webserver

Webserver that outputs build and run environment variables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-info-webserver

Is a Go app for App Platform that exposes build and runtime environment variables via HTTP.

Paths

  • / returns the hostname, runtime, and buildtime environment variables.
  • /envs/build/<var_key> returns the specific build value of a build key.
  • /envs/run/<var_key> returns the specific run value of a run key.

About

Webserver that outputs build and run environment variables


Languages

Language:Go 92.7%Language:Shell 3.8%Language:Dockerfile 3.5%