From 6575b8c9d09e4034c75469a8dc0f6102dfe72913 Mon Sep 17 00:00:00 2001 From: michaellindman Date: Sat, 27 Jul 2019 22:42:29 +0100 Subject: [PATCH] changes to ui and debug options --- data.go | 1 + 1 file changed, 1 insertion(+) diff --git a/data.go b/data.go index 2117fd0..07fc302 100644 --- a/data.go +++ b/data.go @@ -8,6 +8,7 @@ type Options struct { Title string `json:"title"` Description string `json:"description"` Site string `json:"site"` + Environment string `json:"environment"` Server struct { Address string `json:"address"` Port int `json:"port"`