Sfoglia il codice sorgente

'api_server' 'https://staging.wikipali.org/api',

visuddhinanda 2 anni fa
parent
commit
4e7c39ae0d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      rpc/tulip/tulip/config.sample.php

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

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