URL format removed from the settings

This commit is contained in:
marmei
2020-01-04 17:17:28 +01:00
parent 6da26ff4fb
commit 87b36c283b
11 changed files with 46 additions and 138 deletions

View File

@@ -39,7 +39,7 @@ var GitHub = GitHubStruct{Branch: "master", User: "xteve-project", Repo: "xTeVe-
const Name = "xTeVe"
// Version : Version, die Build Nummer wird in der main func geparst.
const Version = "2.1.1.0112"
const Version = "2.1.1.0114"
// DBVersion : Datanbank Version
const DBVersion = "2.1.0"
@@ -48,7 +48,7 @@ const DBVersion = "2.1.0"
const APIVersion = "1.1.0"
// Dev : Aktiviert den Entwicklungsmodus. Für den Webserver werden dann die lokalen Dateien verwendet.
const Dev = false
const Dev = true
var homeDirectory = fmt.Sprintf("%s%s.%s%s", src.GetUserHomeDirectory(), string(os.PathSeparator), strings.ToLower(Name), string(os.PathSeparator))
var samplePath = fmt.Sprintf("%spath%sto%sxteve%s", string(os.PathSeparator), string(os.PathSeparator), string(os.PathSeparator), string(os.PathSeparator))