using "Le Claude"

This commit is contained in:
fred 2023-03-14 15:31:12 +01:00
parent 32432e93ee
commit 0bfcb61063
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
class Fred {
private $gatewayProtocol = 'http';
private $gatewayProtocol = 'https';
private $gatewayDomain = 'astroport.copylaradio.com';
private $gatewayPort = '1234';
private $gatewayPort = '';
private $gatewayDelay = 5;