1
0
Fork 0

Merge pull request #22 from thouveng/improve-docs

Make more explicit the configuration of binding parameters
This commit is contained in:
thouveng 2016-12-13 14:32:39 +01:00 committed by GitHub
commit cfc61d2139
1 changed files with 5 additions and 1 deletions

View File

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