package
Version:
v1.0.8
Opens a new window with list of versions in this module.
Published: Aug 2, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Host string `envconfig:"DB_HOST" default:"postgres"`
Port string `envconfig:"DB_PORT" default:"5432"`
User string `envconfig:"DB_USER" default:"admin"`
Pass string `envconfig:"DB_PASS" default:"admin"`
Name string `envconfig:"DB_NAME" default:"installer"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.