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/overlay | |
parent | 0250151979a0746b5f97af15e2ef36f679c0d562 (diff) |
Fix _replicator db
Diffstat (limited to 'rel/overlay')
-rw-r--r-- | rel/overlay/etc/default.ini | 1 |
1 files changed, 0 insertions, 1 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 |