juggl/juggl-server/config/config.php.sample

8 lines
130 B
Text
Raw Normal View History

2020-01-11 19:18:29 +01:00
<?php
$config = [
"host" => "",
"dbname" => "",
"username" => "",
"password" => "",
"table_prefix" => "ju_"
];