Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/d2560591-832a-44dc-bd98-baf5c3e26cd5 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
12 lines
282 B
PHP
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";
|
|
?>
|