From 61ffbcb7c4b41faffc6e18009355d2b6e1a457e4 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 3 May 2016 11:05:35 -0400 Subject: fix indentation --- .../platform/common/_bigcouch_migration_begin.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'pages/docs') diff --git a/pages/docs/platform/common/_bigcouch_migration_begin.md b/pages/docs/platform/common/_bigcouch_migration_begin.md index b72c3a4..37973c0 100644 --- a/pages/docs/platform/common/_bigcouch_migration_begin.md +++ b/pages/docs/platform/common/_bigcouch_migration_begin.md @@ -50,18 +50,18 @@ At the end of this process, you will have just *one* node with `services` proper 1. configure your couch node to use plain couchdb instead of bigcouch, you can do this by editing nodes/.json, look for this section: - ``` - "couch": { - "mode": "plain" - } - ``` + ``` + "couch": { + "mode": "plain" + } + ``` change it, so it looks like this instead: - ``` - "couch": { - "mode": "plain", - "pwhash_alg": "pbkdf2" - } - ``` + ``` + "couch": { + "mode": "plain", + "pwhash_alg": "pbkdf2" + } + ``` -- cgit v1.2.3