Browse Source

add api_server

visuddhinanda 2 years ago
parent
commit
15e00424d4
1 changed files with 1 additions and 0 deletions
  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",
         "password" => "123456",
     ],
+    'api_server' => 'http://127.0.0.1:8000/api',
 ]);