Explorar el Código

页面+接口对接

gorden hace 11 meses
padre
commit
d1e50984b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/server.php

+ 1 - 1
config/server.php

@@ -13,7 +13,7 @@
  */
 
 return [
-    'listen' => 'http://0.0.0.0:'.getenv("SERVER_IP_PORT"),
+    'listen' => 'http://127.0.0.1:'.getenv("SERVER_IP_PORT"),
     'transport' => 'tcp',
     'context' => [],
     'name' => 'webman',