package
Version:
v0.0.0-...-4811c58
Opens a new window with list of versions in this module.
Published: Jul 30, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DatabaseConfig struct {
DBHost string `mapstructure:"POSTGRES_HOST"`
DBUserName string `mapstructure:"POSTGRES_USER"`
DBUserPassword string `mapstructure:"POSTGRES_PASSWORD"`
DBName string `mapstructure:"POSTGRES_DB"`
DBPort string `mapstructure:"POSTGRES_PORT"`
}
type HTTPConfig struct {
Port string `mapstructure:"PORT"`
ClientOrigin string `mapstructure:"CLIENT_ORIGIN"`
}
type RedisConfig struct {
REDIS_HOST string `mapstructure:"REDIS_HOST"`
REDIS_PORT string `mapstructure:"REDIS_PORT"`
DB int `mapstructure:"REDIS_DB"`
REDIS_PASSWORD string `mapstructure:"REDIS_PASSWORD"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.