Panel/Agent_Linux/Cfg/Config.pm

19 lines
No EOL
716 B
Perl

%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',
);