1
0
Fork 0
gnuviechadmin-historic/config.php

6 lines
142 B
PHP

<?php
$config["db_host"] = "localhost";
$config["db_name"] = "gnuviechadmin";
$config["db_user"] = "gnuviech";
$config["db_pass"] = "test";
?>