Remove some unneeded database attributes

This commit is contained in:
2018-11-13 01:41:08 +00:00
parent 80e66d2b32
commit 88e785e04b
2 changed files with 2 additions and 12 deletions

View File

@@ -18,11 +18,7 @@ type (
DatabaseCfg struct {
Type string `ini:"type"`
User string `ini:"username"`
Password string `ini:"password"`
Database string `ini:"database"`
Host string `ini:"host"`
Port int `ini:"port"`
}
AppCfg struct {