Jonathan Starck 3 anos atrás
pai
commit
7d4ad971a4
1 arquivos alterados com 1 adições e 1 exclusões
  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,