Sha256: 0d8f29e86eff3727e838fd9f59bb98c4be77220d1ae6b070dc406414f94ebca9

Contents?: true

Size: 294 Bytes

Versions: 9

Compression:

Stored size: 294 Bytes

Contents

<%= environment %>:
  adapter: <%= adapter %>
  host: <%= hostname %>
  database: <%= name %>
  username: <%= username %>
  password: <%= password %>
  encoding: <%= encoding || "utf-8" %>
  reconnect: true
  <%options.each_pair do |attribute,value| %><%= attribute %>: <%= value %>
  <%end%>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
capistrano-cluster-0.0.18 files/database.yml.erb
capistrano-cluster-0.0.17 files/database.yml.erb
capistrano-cluster-0.0.16 files/database.yml.erb
capistrano-cluster-0.0.15 files/database.yml.erb
capistrano-cluster-0.0.14 files/database.yml.erb
capistrano-cluster-0.0.13 files/database.yml.erb
capistrano-cluster-0.0.12 files/database.yml.erb
capistrano-cluster-0.0.11 files/database.yml.erb
capistrano-cluster-0.0.10 files/database.yml.erb