Set default for remote_ssl properly in config

This commit is contained in:
Retro_Guy 2020-12-02 19:36:56 -07:00
parent d9cb41fb3c
commit 3b11ac4210
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
return [
'remote_server' => 'news.example.com',
'remote_port' => '119',
'remote_ssl' => '0',
'remote_ssl' => '',
'remote_auth_user' => 'username',
'remote_auth_pass' => 'password',
'enable_nntp' => '1',