Browse Source

Set embedded to true

Toby Chui 7 months ago
parent
commit
04584ec9f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -59,7 +59,7 @@ var (
 	name        = "Zoraxy"
 	version     = "3.1.0"
 	nodeUUID    = "generic" //System uuid, in uuidv4 format
-	development = true      //Set this to false to use embedded web fs
+	development = false      //Set this to false to use embedded web fs
 	bootTime    = time.Now().Unix()
 
 	/*