Initial setup: Configure database and validate environment
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
5d138b3b89
commit
88325eaba9
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
###############################################
|
###############################################
|
||||||
$db_host="localhost";
|
$db_host="localhost";
|
||||||
$db_user="localuser";
|
$db_user="localuser";
|
||||||
$db_pass="Pkloyn7yvpht!";
|
$db_pass="testpass";
|
||||||
$db_name="panel";
|
$db_name="panel";
|
||||||
$table_prefix="ogp_";
|
$table_prefix="ogp_";
|
||||||
$db_type="mysql";
|
$db_type="mysql";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue