diff options
| author | John Estabrook <jestabro@vyos.io> | 2023-11-21 23:29:38 -0600 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-21 23:29:38 -0600 | 
| commit | af08c30063fb1c68cbf1ca6cae3588efdef34b7d (patch) | |
| tree | f567319c5761857d145af9685ee4343402172d61 /python | |
| parent | 02a3e26e88f0ac3c7368e288769bfed38b41df46 (diff) | |
| parent | 0e885f1bf01424130b6876e769cc42612b19351b (diff) | |
| download | vyos-1x-af08c30063fb1c68cbf1ca6cae3588efdef34b7d.tar.gz vyos-1x-af08c30063fb1c68cbf1ca6cae3588efdef34b7d.zip  | |
Merge pull request #2519 from c-po/t5762-vhost-port
http: T5762: rename "virtual-host listen-port" -> "virtual-host port"
Diffstat (limited to 'python')
| -rw-r--r-- | python/vyos/defaults.py | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/python/vyos/defaults.py b/python/vyos/defaults.py index a229533bd..b7f39ecb0 100644 --- a/python/vyos/defaults.py +++ b/python/vyos/defaults.py @@ -51,9 +51,6 @@ https_data = {  }  api_data = { -    'listen_address' : '127.0.0.1', -    'port' : '8080', -    'socket' : False,      'strict' : False,      'debug' : False,      'api_keys' : [ {'id' : 'testapp', 'key' : 'qwerty'} ]  | 
