create client log + secure mode env
All checks were successful
/ Make image (push) Successful in 1m21s
All checks were successful
/ Make image (push) Successful in 1m21s
This commit is contained in:
parent
95b75d0067
commit
2d2afffcaf
2 changed files with 14 additions and 2 deletions
|
|
@ -46,6 +46,7 @@ type MediaConfig struct {
|
|||
Port string
|
||||
User string
|
||||
Password string
|
||||
Secure string
|
||||
}
|
||||
|
||||
func NewConfig() *Config {
|
||||
|
|
@ -86,6 +87,7 @@ func NewConfig() *Config {
|
|||
Port: getEnv("MEDIA_STORAGE_PORT", ""),
|
||||
User: getEnv("MEDIA_STORAGE_USER", ""),
|
||||
Password: getEnv("MEDIA_STORAGE_PASSWORD", ""),
|
||||
Secure: getEnv("MEDIA_STORAGE_SECURE", ""),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue