PgSQL updates in other components

This commit is contained in:
Pinga 2023-08-15 13:08:43 +03:00
parent ba05bd618c
commit 274760f2c5
7 changed files with 36 additions and 13 deletions

10
rdap/config.php Normal file
View file

@ -0,0 +1,10 @@
<?php
return [
'db_type' => 'mysql',
'db_host' => 'localhost',
'db_port' => 3306,
'db_database' => 'your_database_name',
'db_username' => 'your_username',
'db_password' => 'your_password'
];