diff options
Diffstat (limited to 'pages/docs')
-rw-r--r-- | pages/docs/platform/common/_bigcouch_migration_begin.md | 22 |
1 files changed, 11 insertions, 11 deletions
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/<couch-node>.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" + } + ``` |