| Linux orinoco.epyc.tepuyserver.net 4.18.0-553.69.1.lve.el8.x86_64 #1 SMP Wed Aug 13 19:53:59 UTC 2025 x86_64 Path : /var/softaculous/traq/ |
| Current File : //var/softaculous/traq/database.php |
<?php
$db = array(
'driver' => "pdo",
'type' => "mysql",
'host' => "[[softdbhost]]",
'username' => "[[softdbuser]]",
'password' => "[[softdbpass]]",
'database' => "[[softdb]]",
'prefix' => "[[dbprefix]]",
);