HISP/WebInterface/master-site/dbconfig.php
2021-01-28 23:27:58 +13:00

8 lines
No EOL
90 B
PHP
Executable file

<?php
$dbname = 'beta';
$dbuser = 'root';
$dbpass = 'test123';
$dbhost = '127.0.0.1';
?>