Better variable name

This commit is contained in:
Wojciech Kozlowski 2023-10-08 16:47:57 +02:00
parent ad57940bd6
commit f92b5eac6e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
argument_specs: argument_specs:
main: main:
options: options:
system_extra_netdata_bind_socket_to: system_extra_netdata_bind_to:
type: "str" type: "str"
required: true required: true
system_extra_netdata_stream_parent: system_extra_netdata_stream_parent:

View File

@ -16,4 +16,4 @@
web files group = root web files group = root
# Netdata is not designed to be exposed to potentially hostile # Netdata is not designed to be exposed to potentially hostile
# networks. See https://github.com/netdata/netdata/issues/164 # networks. See https://github.com/netdata/netdata/issues/164
bind socket to IP = {{ system_extra_netdata_bind_socket_to }} bind socket to IP = {{ system_extra_netdata_bind_to }}