juggl/juggl-server/config/config.php

9 lines
170 B
PHP
Raw Normal View History

2020-11-06 21:04:45 +01:00
<?php
$config = [
"host" => "localhost",
"dbname" => "juggl",
"username" => "juggl",
"password" => "?=5,}f_F&){;@xthx-[i",
"table_prefix" => "ju_"
];