package db
type DatabaseConf struct {
Host string
Port int
User string
Password string
Dbname string
Debug bool
}