Sha256: 35a20e4bf7b34cc82682228fa33e90fa6b26395beda9c6c8f6917f75db5d7f00

Contents?: true

Size: 371 Bytes

Versions: 2

Compression:

Stored size: 371 Bytes

Contents

# Change the development/test database, username, and password as necessary
# and then copy the file into database.yml

development: &default
  adapter:   postgresql
  encoding:  utf8
  username:  <your username>
  password:  <your password>
  pool:      2
  timeout:   5000
  database:  <%= app_name %>_development

test:
  <<: *default
  database: <%= app_name %>_test

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
bluebase_api-1.1.1 templates/config/database.yml.sample.erb
bluebase-1.1.0 templates/config/database.yml.sample.erb