Sha256: f1d1ab1f13560f5f2f7ac74569d1aeded064c3cc8dd382a4ebb4a940917d7bb3

Contents?: true

Size: 522 Bytes

Versions: 2

Compression:

Stored size: 522 Bytes

Contents

common: &common
  hosts: localhost
  username: <%= username || bucket_name || app_name %>
  password: <%= password %>

development:
  <<: *common
  bucket: <%= bucket_name || app_name %>

test:
  <<: *common
  bucket: <%= bucket_name || app_name %>_test

# set these environment variables on your production server
production:
  hosts: <%%= ENV['COUCHBASE_HOST'] || ENV['COUCHBASE_HOSTS'] %>
  bucket: <%%= ENV['COUCHBASE_BUCKET'] %>
  username: <%%= ENV['COUCHBASE_USER'] %>
  password: <%%= ENV['COUCHBASE_PASSWORD'] %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
couchbase-orm-1.1.1 lib/rails/generators/couchbase_orm/config/templates/couchbase.yml
couchbase-orm-1.1.0 lib/rails/generators/couchbase_orm/config/templates/couchbase.yml