v2.0.0.0008-beta

Pull request: Error in http/https detection. (#6)
This commit is contained in:
marmei
2019-08-09 09:31:31 +02:00
parent 96e10ff51d
commit 67fe80b4fd
5 changed files with 41 additions and 42 deletions

View File

@@ -48,7 +48,7 @@ const DBVersion = "2.0.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))