Jonathan Starck 3 anni fa
parent
commit
8c411ec22d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: [],