fixed installer

This commit is contained in:
Frank Harris 2026-06-20 21:19:11 -05:00
parent 05b7d2e464
commit 3d93d01cd1
27 changed files with 996 additions and 1665 deletions

View file

@ -1,19 +1,20 @@
%Cfg::Config = (
logfile => '/home/gameserver/OGP/ogp_agent.log',
listen_port => '12679',
listen_ip => '0.0.0.0',
version => 'v1.4',
key => 'Mvemjsu9p',
steam_license => 'Accept',
sudo_password => 'Inc0rrect!',
web_admin_api_key => '{your_admin_ogp_web_api_key_here}',
web_api_url => '{your_url_to_ogp_api.php}',
steam_dl_limit => '0',
# Resource stats database configuration
stats_db_host => 'mysql.iaregamer.com',
stats_db_user => 'remoteuser',
stats_db_pass => 'Pkloyn7yvpht!',
stats_db_name => 'panel',
stats_table_prefix => 'gsp_',
stats_frequency_minutes => '5',
);
logfile => '/home/gameserver/GSP/gsp_agent.log',
listen_port => '12679',
listen_ip => '0.0.0.0',
version => 'v1.4',
key => 'CHANGE_ME_PANEL_AGENT_KEY',
steam_license => 'Accept',
sudo_password => '',
web_admin_api_key => '',
web_api_url => '',
agent_event_url => '',
remote_server_id => '',
steam_dl_limit => '0',
stats_db_host => '',
stats_db_user => '',
stats_db_pass => '',
stats_db_name => '',
stats_table_prefix => 'gsp_',
stats_frequency_minutes => '5',
);