documentation fix
This commit is contained in:
parent
f47b33cccb
commit
916a45c7e7
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@ doc:
|
||||||
param:
|
param:
|
||||||
bind:
|
bind:
|
||||||
name: Network bind
|
name: Network bind
|
||||||
value: {{ server.bind.host }}:{{ server.bind.port }}
|
value: {{ server.bind.address }}:{{ server.bind.port }}
|
||||||
endpoint:
|
endpoint:
|
||||||
grafana_server:
|
grafana_server:
|
||||||
name: default
|
name: default
|
||||||
type: grafana_server
|
type: grafana_server
|
||||||
address: http://{{ server.bind.host }}:{{ server.bind.port }}/
|
address: http://{{ server.bind.address }}:{{ server.bind.port }}/
|
||||||
protocol: http
|
protocol: http
|
Loading…
Reference in a new issue