This commit is contained in:
biglyderv 2025-02-07 02:52:53 -05:00
parent 5e7930c327
commit fdd4b6c646
2 changed files with 3 additions and 1 deletions

View file

@ -16,6 +16,7 @@ Create a file named ``test_secret.php`` in the ``libs`` folder:
```
<?php
$db = new PDO('pgsql:host=YOUR_HOST;dbname=YOUR_DB', 'YOUR_USER', 'YOUR_PASS');
$node_backend = 'https://your.api.com'; // from https://git.dervland.net/biglyderv/bigly-caret
?>
```
Initialize the database from the ``scripts`` folder.