Set default for remote_ssl properly in config
This commit is contained in:
parent
d9cb41fb3c
commit
3b11ac4210
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue