remove unused config.app.name/version
This commit is contained in:
parent
96c3e6ea7d
commit
1189d6fe60
@ -2,8 +2,6 @@ package main
|
||||
|
||||
type Config struct {
|
||||
App struct {
|
||||
Name string `json:"name"`
|
||||
Version string `json:"version"`
|
||||
MotdHTML string `json:"motd"`
|
||||
}
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
{
|
||||
|
||||
"app": {
|
||||
"name" : "DCWebUI2",
|
||||
"version": "1.3.0",
|
||||
"motd" : "Welcome!<br>"
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user