summaryrefslogtreecommitdiff
diff options
authorGiuseppe Petralia <giuseppe.petralia@canonical.com>2020-02-20 17:22:09 +0000
committerCanonical IS Mergebot <canonical-is-mergebot@canonical.com>2020-02-20 17:22:09 +0000
commit97f8424a630deb0c981ea5154fc8cfecaa5f17fa (patch)
treec50a560a7065cf220d059b2d084bc64b82cbcb6c
parent9d9b9fcc39212a49bf0117b78e5fc0d45ca3c571 (diff)
parent833c92b7123e78a98c5d32df025c8ea0e358c6b8 (diff)
Fix multiline description for bind_ip in config.yaml
Reviewed-on: https://code.launchpad.net/~peppepetra86/charm-mongodb/+git/charm-mongodb/+merge/379577 Reviewed-by: Alvaro Uria <alvaro.uria@canonical.com>
-rw-r--r--config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.yaml b/config.yaml
index 263867f..5347e63 100644
--- a/config.yaml
+++ b/config.yaml
@@ -26,7 +26,7 @@ options:
bind_ip:
default: "0.0.0.0"
type: string
- description: >
+ description: |
IP address that mongodb should listen for connections:
- "0.0.0.0" (or "all", for backward compatibility) will listen on any configured interface (default value).
- "127.0.0.1" (or "localhost") will listen on localhost