From 87896a7d79ecfe06d2538e719061d6e75e1d7952 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 21 Nov 2017 10:05:14 -0500 Subject: Docs: Update docs to prepare for 0.10.0 release Fixes: #8427, #8812 --- docs/en/tutorials/single-node-email/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/en/tutorials/single-node-email/index.html') diff --git a/docs/en/tutorials/single-node-email/index.html b/docs/en/tutorials/single-node-email/index.html index 45a1264f..fd501790 100644 --- a/docs/en/tutorials/single-node-email/index.html +++ b/docs/en/tutorials/single-node-email/index.html @@ -144,11 +144,13 @@ Quick email - LEAP Platform Documentation

In our example, we would edit nodes/wildebeest.json:

{
-  "ip_address": "1.1.1.1",
+  "ip_address": "XXX.XXX.XXX.XXX",
   "services": ["couchdb", "webapp", "mx", "soledad"]
 }
 
+

Where “XXX.XXX.XXX.XXX” should be replaced by your IP provider.

+

Here, we added mx and soledad to the node’s services list. Briefly: