Mark address option optional (#55)

This commit is contained in:
Franck Nijhof 2021-05-03 13:16:13 +02:00 committed by GitHub
parent 2934d041ae
commit 20dff36671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,6 @@
"host_network": true,
"map": ["config:rw"],
"options": {
"address": "",
"port": 49152,
"latency_rtp": 1000,
"latency_http": 2000,
@ -19,7 +18,7 @@
},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"address": "str",
"address": "str?",
"port": "port",
"latency_rtp": "int",
"latency_http": "int",