Przeglądaj źródła

页面+接口对接

gorden 11 miesięcy temu
rodzic
commit
e1ca0ce591
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      config/server.php

+ 1 - 1
config/server.php

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