package mongo
type Config struct {
Uri string
Username string
Password string
Database string
Timeout int
}