Browse Source

no message

Jonathan Starck 3 years ago
parent
commit
7d4ad971a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/config.js

+ 1 - 1
config/config.js

@@ -9,7 +9,7 @@
  */
 let config = {
 	address: "0.0.0.0",
-	port: 80,
+	port: 8080,
 	basePath: "/",
 	ipWhitelist: [],
 	useHttps: false,