Include server host in plugin input (#1514)

This commit is contained in:
WithoutPants
2021-06-21 14:38:44 +10:00
committed by GitHub
parent d7439b4832
commit 8e636545f7
4 changed files with 5 additions and 3 deletions

View File

@@ -127,6 +127,7 @@ func (c Cache) makeServerConnection(ctx context.Context) common.StashServerConne
serverConnection := common.StashServerConnection{
Scheme: "http",
Host: c.config.GetHost(),
Port: c.config.GetPort(),
SessionCookie: cookie,
Dir: c.config.GetConfigPath(),