visuddhinanda hace 2 años
padre
commit
8b66d79fab
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. 13 0
      rpc/tulip/tulip/config.sample.php

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

@@ -0,0 +1,13 @@
+<?php
+
+define("Config", [
+    'port' => 9990,
+    "database" => [
+        "driver" => "pgsql",
+        "host" => "localhost",
+        "port" => 5432,
+        "name" => "wikipali",
+        "user" => "postgres",
+        "password" => "123456",
+    ],
+]);