Make more explicit the configuration of binding parameters

pull/22/head
Guillaume Thouvenin 7 years ago
parent b388042cd6
commit 54a1b74bc2
  1. 6
      README.rst

@ -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

Loading…
Cancel
Save