visuddhinanda пре 2 година
родитељ
комит
15e00424d4
1 измењених фајлова са 1 додато и 0 уклоњено
  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',
 ]);
 ]);