1
0
Fork 0

Make more explicit the configuration of binding parameters

This commit is contained in:
Guillaume Thouvenin 2016-12-13 10:08:32 +01:00
parent b388042cd6
commit 54a1b74bc2
1 changed files with 5 additions and 1 deletions

View File

@ -13,13 +13,17 @@ Sample pillars
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
grafana:
server:
enabled: true
bind:
address: 1.2.3.4
port: 3000
admin:
user: admin
password: passwd