fixes
This commit is contained in:
parent
5ead40a761
commit
6a15b114e6
23 changed files with 269 additions and 87 deletions
13
Agent-Windows/OGP64/OGP/Cfg/Config.pm.default
Normal file
13
Agent-Windows/OGP64/OGP/Cfg/Config.pm.default
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
%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 => '',
|
||||
steam_dl_limit => '0',
|
||||
);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue