Updated credentials for easier deployment

This commit is contained in:
Maximilian Giller 2022-02-11 21:39:13 +01:00
parent aa706bfcaf
commit ab2b508e98

View file

@ -5,8 +5,8 @@ error_reporting(E_ALL | E_STRICT);
$config = [ $config = [
"host" => "localhost", "host" => "localhost",
"dbname" => "juggl", "dbname" => "admin_juggl",
"username" => "juggl", "username" => "admin_juggl",
"password" => "?=5,}f_F&){;@xthx-[i", "password" => "}dyn{5O!tUlZD;9R?lbi$.@=I,_a2L",
"table_prefix" => "ju_" "table_prefix" => "ju_"
]; ];