package configs type PSQLConfig struct { Db_user string Db_password string Db_name string Db_port string Host_db string }