From 54a1b74bc2d716837a3a2a42bfe5f43f919d3ce5 Mon Sep 17 00:00:00 2001 From: Guillaume Thouvenin Date: Tue, 13 Dec 2016 10:08:32 +0100 Subject: [PATCH] Make more explicit the configuration of binding parameters --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 369b262..6cb6813 100644 --- a/README.rst +++ b/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