This commit is contained in:
Andreas 2019-09-10 14:54:02 +02:00
parent f061752bdf
commit 6879908a94

View File

@ -3,7 +3,7 @@
$host="172.21.0.3"; //docker sql container bridge ip
$root="root";
$root_password="rootpass";
$root_password="jenk"; //testdb password
$user='forumadmin';
$pass='doesntmatter';