type Config struct {
Env string Host string Port int SaltRounds int RefreshTokenExpHours int AccessTokenExpMinutes int FilenameLogOutput string JWTSecret []byte PostgresHost string PostgresPort int PostgresUser string PostgresPassword string PostgresDatabase string}