diff options
author | Robert Newson <robert.newson@cloudant.com> | 2012-06-18 19:38:09 +0100 |
---|---|---|
committer | Robert Newson <robert.newson@cloudant.com> | 2012-06-18 19:38:09 +0100 |
commit | 95732bf56606847c6a2a1d1d38703a6e8b688429 (patch) | |
tree | ebd35d3cbdecca97c7fda96c732577ffba888529 /rel | |
parent | 0250151979a0746b5f97af15e2ef36f679c0d562 (diff) |
Fix _replicator db
Diffstat (limited to 'rel')
-rw-r--r-- | rel/overlay/etc/default.ini | 1 | ||||
-rw-r--r-- | rel/reltool.config | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index fdd11e14..af950a7b 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -84,7 +84,6 @@ stats_aggregator={couch_stats_aggregator, start, []} stats_collector={couch_stats_collector, start, []} uuids={couch_uuids, start, []} auth_cache={couch_auth_cache, start_link, []} -replication_manager={couch_replication_manager, start_link, []} vhosts={couch_httpd_vhost, start_link, []} os_daemons={couch_os_daemons, start_link, []} ; Uncomment next line to enable SSL daemon diff --git a/rel/reltool.config b/rel/reltool.config index 4486c1d5..9fd5699d 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -31,7 +31,8 @@ rexi, fabric, mem3, - chttpd + chttpd, + couch_replicator ]}, {rel, "start_clean", "", [kernel, stdlib]}, {boot_rel, "bigcouch"}, |