package models type Config struct { Port int DbHost string DbUser string DbPassword string DbName string }