8 lines
194 B
Raku
Executable file
8 lines
194 B
Raku
Executable file
%Cfg::Preferences = (
|
|
screen_log_local => '1',
|
|
delete_logs_after => '30',
|
|
ogp_manages_ftp => '1',
|
|
ftp_method => 'FZ',
|
|
ogp_autorestart_server => '1',
|
|
protocol_shutdown_waittime => '10',
|
|
);
|