Jonathan Starck hace 3 años
padre
commit
8c411ec22d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/config.js

+ 1 - 1
config/config.js

@@ -1,5 +1,5 @@
 let config = {
-	address: 'localhost',
+	address: '0.0.0.0',
 	port: 8080,
 	basePath: '/',
 	ipWhitelist: [],