changes to ui and debug options
This commit is contained in:
parent
17e34352f9
commit
6575b8c9d0
1
data.go
1
data.go
@ -8,6 +8,7 @@ type Options struct {
|
|||||||
Title string `json:"title"`
|
Title string `json:"title"`
|
||||||
Description string `json:"description"`
|
Description string `json:"description"`
|
||||||
Site string `json:"site"`
|
Site string `json:"site"`
|
||||||
|
Environment string `json:"environment"`
|
||||||
Server struct {
|
Server struct {
|
||||||
Address string `json:"address"`
|
Address string `json:"address"`
|
||||||
Port int `json:"port"`
|
Port int `json:"port"`
|
||||||
|
Loading…
Reference in New Issue
Block a user