14 lines
330 B
Text
14 lines
330 B
Text
%Cfg::Config = (
|
|
logfile => '/OGP/ogp_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',
|
|
);
|