Browse Source

add api_server

visuddhinanda 2 năm trước cách đây
mục cha
commit
15e00424d4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      rpc/tulip/tulip/config.sample.php

+ 1 - 0
rpc/tulip/tulip/config.sample.php

@@ -10,4 +10,5 @@ define("Config", [
         "user" => "postgres",
         "user" => "postgres",
         "password" => "123456",
         "password" => "123456",
     ],
     ],
+    'api_server' => 'http://127.0.0.1:8000/api',
 ]);
 ]);