Sha256: c17c4f16168538eeea88cde1b8f8d602fc6bc860f513556b2289122864dadfaa

Contents?: true

Size: 219 Bytes

Versions: 13

Compression:

Stored size: 219 Bytes

Contents

default: &default
  adapter: postgresql
  encoding: unicode
  host: db
  username: postgres
  password:
  pool: 5

development:
  <<: *default
  database: myapp_development


test:
  <<: *default
  database: myapp_test

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
roro-0.3.4 lib/roro/cli/templates/greenfield/config/database.yml.example
roro-0.3.2 lib/roro/cli/templates/greenfield/config/database.yml.example
roro-0.3.1 lib/roro/cli/templates/greenfield/config/database.yml.example
roro-0.3.0 lib/roro/cli/templates/greenfield/config/database.yml.example
roro-0.2.5 lib/roro/cli/templates/greenfield/config/database.yml.example
roro-0.2.4 lib/roro/cli/templates/greenfield/config/database.yml.example
roro-0.2.2 lib/roro/cli/templates/greenfield/config/database.yml.example
roro-0.2.1 lib/roro/cli/templates/greenfield/config/database.yml.example
roro-0.1.8 lib/roro/cli/templates/greenfield/config/database.yml.example
roro-0.1.6 lib/roro/cli/templates/greenfield/config/database.yml.example
roro-0.1.5 lib/roro/cli/templates/greenfield/config/database.yml.example
roro-0.1.3 lib/roro/cli/templates/greenfield/config/database.yml.example
roro-0.1.1 lib/roro/cli/templates/greenfield/config/database.yml.example