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

20
Cfg/Config.pm.default Normal file
View file

@ -0,0 +1,20 @@
%Cfg::Config = (
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',
);