Get server transfers to download the archive from the old daemon

This commit is contained in:
Matthew Penner
2020-04-04 14:08:10 -06:00
parent ef0ad45b71
commit 8bd7708631
2 changed files with 88 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ type Configuration struct {
PanelLocation string `yaml:"remote"`
// The token used when performing operations. Requests to this instance must
// validate aganist it.
// validate against it.
AuthenticationToken string `yaml:"token"`
}