changes to ui and debug options

This commit is contained in:
Michael 2019-07-27 22:42:29 +01:00
parent 17e34352f9
commit 6575b8c9d0

View File

@ -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"`