Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { MonoAccountID string `env:"SHELF_MONO_ACCOUNT_ID,required"` MonoAPIKey string `env:"SHELF_MONO_API_KEY,required"` DBConnString string `env:"SHELF_DB_CONN,required"` MonoBaseURL string `env:"SHELF_MONO_BASE_URL,required"` WebAPIPort string `env:"SHELF_API_PORT" envDefault:"8080"` CORSHost string `env:"SHELF_CORS_HOST,required"` EnableImportJob bool `env:"SHELF_MONO_ENABLE_IMPORT" envDefault:"false"` }
Config describes app configuration parameters.
Click to show internal directories.
Click to hide internal directories.