Sha256: 364a7094a2646da38c25e01379befeea8377995ca3e113ebd29e616a4630217d

Contents?: true

Size: 289 Bytes

Versions: 9

Compression:

Stored size: 289 Bytes

Contents

development:
  adapter: postgresql
  encoding: unicode
  database: {{database_name}}
  pool: 5
  username: {{username}}
  password: {{password}}

test:
  adapter: postgresql
  encoding: unicode
  database: {{test_database_name}}
  pool: 5
  username: {{username}}
  password: {{password}}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
stairs-0.10.0 templates/postgresql/database.yml
stairs-0.9.0 templates/postgresql/database.yml
stairs-0.8.0 templates/postgresql/database.yml
stairs-0.7.1 templates/postgresql/database.yml
stairs-0.7.0 templates/postgresql/database.yml
stairs-0.6.1 templates/postgresql/database.yml
stairs-0.6.0 templates/postgresql/database.yml
stairs-0.5.1 templates/postgresql/database.yml
stairs-0.5.0 templates/postgresql/database.yml