Browse Source

Update constants.go

Vova Tkach 6 years ago
parent
commit
7edf618c90
1 changed files with 6 additions and 0 deletions
  1. 6 0
      constants/constants.go

+ 6 - 0
constants/constants.go

@@ -3,3 +3,9 @@ package constants
 const Debug = !false
 const ServerVersion = "1.0.1"
 const AssetsVersion = "4"
+
+const DirNameVHostConfig = "config"
+const DirNameVHostStatic = "htdocs"
+const DirNameVHostLogs = "logs"
+const DirNameVHostTmpl = "template"
+const DirNameVHostTemp = "tmp"