juggl/juggl-server/config/config.php
2020-11-06 21:04:45 +01:00

8 lines
170 B
PHP

<?php
$config = [
"host" => "localhost",
"dbname" => "juggl",
"username" => "juggl",
"password" => "?=5,}f_F&){;@xthx-[i",
"table_prefix" => "ju_"
];