commit | 54a1b74bc2d716837a3a2a42bfe5f43f919d3ce5 | [log] [tgz] |
---|---|---|
author | Guillaume Thouvenin <gthouvenin@mirantis.com> | Tue Dec 13 10:08:32 2016 +0100 |
committer | Guillaume Thouvenin <gthouvenin@mirantis.com> | Tue Dec 13 11:20:42 2016 +0100 |
tree | 0d59f3109cfbf29de40e4697ef2733683b353e3b | |
parent | b388042cd63f4844cffb02da430c3143d3542c26 [diff] [blame] |
Make more explicit the configuration of binding parameters
diff --git a/README.rst b/README.rst index 369b262..6cb6813 100644 --- a/README.rst +++ b/README.rst
@@ -13,13 +13,17 @@ 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