replace domain for links
This commit is contained in:
parent
0348dda5cd
commit
ffb1406fb8
5 changed files with 27 additions and 6 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