juggl/public/api/config/config.php.sample

8 lines
130 B
Text
Raw Normal View History

2021-01-03 12:29:41 +01:00
<?php
$config = [
"host" => "",
"dbname" => "",
"username" => "",
"password" => "",
"table_prefix" => "ju_"
];