Sha256: 97295ae6e2ec5e764bf48ed04ec170f5aa58698589ce28b42abb839467ed3071

Contents?: true

Size: 586 Bytes

Versions: 5

Compression:

Stored size: 586 Bytes

Contents

common: &common
  connection_string: couchbase://localhost
  bucket: <%= bucket_name || app_name %>
  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:
  connection_string: <%%= ENV['COUCHBASE_CONNECTION_STRING'] %>
  bucket: <%%= ENV['COUCHBASE_BUCKET'] %>
  username: <%%= ENV['COUCHBASE_USER'] %>
  password: <%%= ENV['COUCHBASE_PASSWORD'] %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
couchbase-orm-2.0.4 lib/rails/generators/couchbase_orm/config/templates/couchbase.yml
couchbase-orm-2.0.3 lib/rails/generators/couchbase_orm/config/templates/couchbase.yml
couchbase-orm-2.0.2 lib/rails/generators/couchbase_orm/config/templates/couchbase.yml
couchbase-orm-2.0.1 lib/rails/generators/couchbase_orm/config/templates/couchbase.yml
couchbase-orm-2.0.0 lib/rails/generators/couchbase_orm/config/templates/couchbase.yml