Make more explicit the configuration of binding parameters
This commit is contained in:
parent
b388042cd6
commit
54a1b74bc2
1 changed files with 5 additions and 1 deletions
|
@ -13,13 +13,17 @@ Sample pillars
|
||||||
Server deployments
|
Server deployments
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Server installed from system package
|
Server installed from system package and listening on 1.2.3.4:3000 (the default
|
||||||
|
is 0.0.0.0:3000)
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
server:
|
server:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
bind:
|
||||||
|
address: 1.2.3.4
|
||||||
|
port: 3000
|
||||||
admin:
|
admin:
|
||||||
user: admin
|
user: admin
|
||||||
password: passwd
|
password: passwd
|
||||||
|
|
Loading…
Reference in a new issue