Merge pull request #22 from thouveng/improve-docs
Make more explicit the configuration of binding parameters
This commit is contained in:
commit
cfc61d2139
1 changed files with 5 additions and 1 deletions
|
@ -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…
Reference in a new issue