lib/capistrano/recipes/shards.rb in marcosgz-cap-recipe-0.0.11 vs lib/capistrano/recipes/shards.rb in marcosgz-cap-recipe-0.0.12
- old
+ new
@@ -25,11 +25,9 @@
end
def shards_setup_defaults
HashWithIndifferentAccess.new({
- 'replicated' => true,
- 'verify_connection' => true,
'environments' => %w(production),
'databases' => {}
})
end