changing db credentials

This commit is contained in:
Frank Harris 2025-10-29 07:48:55 -04:00
parent 68fa6d9b1c
commit a56c24bdfd

View file

@ -7,7 +7,7 @@
# These settings should match the panel's
# database configuration in includes/config.inc.php
###############################################
$db_host="localhost";
$db_host="mysql.iaregamer.com";
$db_user="localuser";
$db_pass="Pkloyn7yvpht!";
$db_name="panel";