Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
DatabaseUser string `mapstructure:"POSTGRES_USER"`
DatabasePassword string `mapstructure:"POSTGRES_PASSWORD"`
DatabaseHost string `mapstructure:"POSTGRES_HOST"`
DatabasePort string `mapstructure:"POSTGRES_PORT"`
DatabaseName string `mapstructure:"POSTGRES_DB"`
ServerPort string `mapstructure:"SERVER_PORT"`
OsrmUrl string `mapstructure:"OSRM_URL"`
ValhallaUrl string `mapstructure:"VALHALLA_URL"`
}
func LoadConfig ¶
Click to show internal directories.
Click to hide internal directories.