Sha256: 8e0c62e4f4fb224029919c5f07becc6c73802cc39349c34b199ab84f2262ddce

Contents?: true

Size: 321 Bytes

Versions: 75

Compression:

Stored size: 321 Bytes

Contents

<%
  @path = "#{Rubber.root}/config/database.yml"
%>

<%= Rubber.env %>:
  adapter: postgresql
  encoding: unicode
  database: <%= rubber_env.db_name %>
  username: <%= rubber_env.db_user %>
  password: <%= rubber_env.db_pass %>
  host: <%= rubber_instances.for_role('db', 'primary' => true).first.full_name %>
  pool: 5

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
rubber-3.2.2 templates/postgresql/config/rubber/common/database.yml
rubber-3.2.1 templates/postgresql/config/rubber/common/database.yml
rubber-3.2.0 templates/postgresql/config/rubber/common/database.yml
rubber-3.1.0 templates/postgresql/config/rubber/common/database.yml
rubber-3.0.1 templates/postgresql/config/rubber/common/database.yml
rubber-3.0.0 templates/postgresql/config/rubber/common/database.yml
rubber-2.16.0 templates/postgresql/config/rubber/common/database.yml
rubber-2.15.2 templates/postgresql/config/rubber/common/database.yml
rubber-2.15.1 templates/postgresql/config/rubber/common/database.yml
rubber-2.15.0 templates/postgresql/config/rubber/common/database.yml
rubber-2.14.0 templates/postgresql/config/rubber/common/database.yml
rubber-2.13.1 templates/postgresql/config/rubber/common/database.yml
rubber-2.13.0 templates/postgresql/config/rubber/common/database.yml
rubber-2.12.2 templates/postgresql/config/rubber/common/database.yml
rubber-2.12.1 templates/postgresql/config/rubber/common/database.yml
rubber-2.12.0 templates/postgresql/config/rubber/common/database.yml
rubber-2.11.0 templates/postgresql/config/rubber/common/database.yml
rubber-2.10.2 templates/postgresql/config/rubber/common/database.yml
rubber-2.10.1 templates/postgresql/config/rubber/common/database.yml
rubber-2.10.0 templates/postgresql/config/rubber/common/database.yml