This commit is contained in:
parent
0348dda5cd
commit
bb305eab9e
7 changed files with 29 additions and 8 deletions
|
|
@ -56,6 +56,8 @@ func main() {
|
|||
Port: c.MediaConf.Port,
|
||||
User: c.MediaConf.User,
|
||||
Password: c.MediaConf.Password,
|
||||
Domain: c.MediaConf.Domain,
|
||||
Secure: c.MediaConf.Secure,
|
||||
})
|
||||
log.WithFields(log.Fields{
|
||||
"address": c.MediaConf.Host + ":" + c.MediaConf.Port,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue