diff options
author | Micah Anderson <micah@riseup.net> | 2016-05-03 11:05:35 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2016-05-03 11:05:35 -0400 |
commit | 61ffbcb7c4b41faffc6e18009355d2b6e1a457e4 (patch) | |
tree | f00ea4b82fa561bd56556b3d80b8c3871730f97c /pages/docs | |
parent | 5f325609e00a874328c5510729f2f54a805b9a7e (diff) |
fix indentation
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" + } + ``` |