package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jun 29, 2017
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
BasicAuthPassword string `envconfig:"basic_auth_password"`
BasicAuthUsername string `envconfig:"basic_auth_username"`
ImageWhitelist []string `envconfig:"image_whitelist"`
Port int `envconfig:"port" default:"8000"`
}
Config represents configurations of ImageUp
Load loads configurations from environment variables
Source Files
¶
Click to show internal directories.
Click to hide internal directories.