Remove global site url (#8343)

* remove global site url

* missed one

* revert mysterious change
This commit is contained in:
Chris
2018-02-22 18:23:32 -06:00
committed by GitHub
parent 1b3808f3ec
commit d44ef7ea67
12 changed files with 32 additions and 35 deletions

View File

@@ -34,15 +34,6 @@ const (
)
var originalDisableDebugLvl l4g.Level = l4g.DEBUG
var siteURL = ""
func GetSiteURL() string {
return siteURL
}
func SetSiteURL(url string) {
siteURL = strings.TrimRight(url, "/")
}
// FindConfigFile attempts to find an existing configuration file. fileName can be an absolute or
// relative path or name such as "/opt/mattermost/config.json" or simply "config.json". An empty