diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/config.go b/config/config.go index 9a6df3a..91ffd87 100644 --- a/config/config.go +++ b/config/config.go @@ -7,9 +7,8 @@ import ( ) type Settings struct { - DBDriver string `json:"db_driver"` - DBServer string `json:"db"` - WebServer string `json:"web"` + DBFile string `json:"db"` + Port int `json:"web"` Username string `json:"username"` DigestPassword string `json:"password"` ProxyImages bool `json:"proxy_images"` |