Panel/includes/config.inc.php
copilot-swe-agent[bot] c488e89a45
feat: add check.php, reinstall support, DB backup, and install.php.bak logic
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/d2560591-832a-44dc-bd98-baf5c3e26cd5

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-04-27 20:36:43 +00:00

12 lines
282 B
PHP

<?php
###############################################
# Site configuration
###############################################
$db_host="mysql.iaregamer.com";
$db_port="3306";
$db_user="remoteuser";
$db_pass="Pkloyn7yvpht!";
$db_name="panel";
$table_prefix="gsp_";
$db_type="mysql";
?>