package
Version:
v0.0.0-...-d9936ee
Opens a new window with list of versions in this module.
Published: Apr 23, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Auth struct {
Username string `env-required:"true" yaml:"username" env:"USERNAME"`
Password string `env-required:"true" yaml:"password" env:"PASSWORD"`
}
type PG struct {
PoolMax int `env-required:"true" yaml:"pool_max" env:"PG_POOL_MAX"`
DbURL string `env-required:"true" yaml:"db_url" env:"PG_URL"`
DbRepURL string `env-required:"true" yaml:"db_rep_url" env:"PG_REP_URL"`
}
type RabbitMQ struct {
URL string `env-required:"true" yaml:"url" env:"RABBITMQ_URL"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.