Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
LogLevel string `envconfig:"LOG_LEVEL"`
PgURL string `envconfig:"PG_URL"`
PgMigrationsPath string `envconfig:"PG_MIGRATIONS_PATH"`
MysqlAddr string `envconfig:"MYSQL_ADDR"`
MysqlUser string `envconfig:"MYSQL_USER"`
MysqlPassword string `envconfig:"MYSQL_PASSWORD"`
MysqlDB string `envconfig:"MYSQL_DB"`
MysqlMigrationsPath string `envconfig:"MYSQL_MIGRATIONS_PATH"`
HTTPAddr string `envconfig:"HTTP_ADDR"`
HTTPPort string `envconfig:"HTTP_PORT"`
GCBucket string `envconfig:"GC_BUCKET"`
FilePath string `envconfig:"FILE_PATH"`
MongodbURI string `envconfig:"MONGODB_URI"`
MongodbDatabase string `envconfig:"MONGODB_DATABASE"`
}
Config is a config :)
Click to show internal directories.
Click to hide internal directories.