1
0
Fork 0

documentation fix

This commit is contained in:
Ales Komarek 2015-12-11 14:12:22 +01:00
parent f47b33cccb
commit 916a45c7e7
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@ doc:
param:
bind:
name: Network bind
value: {{ server.bind.host }}:{{ server.bind.port }}
value: {{ server.bind.address }}:{{ server.bind.port }}
endpoint:
grafana_server:
name: default
type: grafana_server
address: http://{{ server.bind.host }}:{{ server.bind.port }}/
address: http://{{ server.bind.address }}:{{ server.bind.port }}/
protocol: http