Sha256: 041705cc73c39c9b7894f63a47ae41bc027ae214ccb415df252fbbcbf808ba32

Contents?: true

Size: 568 Bytes

Versions: 18

Compression:

Stored size: 568 Bytes

Contents

common: &common
  hostname: localhost
  port: 8091
  username:
  password:
  pool: default

development:
  <<: *common
  bucket: <%= database_name || app_name %>_development

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

# set these environment variables on your production server
production:
  hostname: <%%= ENV['COUCHBASE_HOST'] %>
  port: <%%= ENV['COUCHBASE_PORT'] %>
  username: <%%= ENV['COUCHBASE_USERNAME'] %>
  password: <%%= ENV['COUCHBASE_PASSWORD'] %>
  pool: <%%= ENV['COUCHBASE_POOL'] %>
  bucket: <%%= ENV['COUCHBASE_BUCKET'] %>

Version data entries

18 entries across 18 versions & 3 rubygems

Version Path
couchbase-model-0.5.4 lib/rails/generators/couchbase/config/templates/couchbase.yml
jmoses-couchbase-model-0.5.3 lib/rails/generators/couchbase/config/templates/couchbase.yml
couchbase-jruby-model-0.1.3-java lib/rails/generators/couchbase/config/templates/couchbase.yml
couchbase-jruby-model-0.1.2-java lib/rails/generators/couchbase/config/templates/couchbase.yml
couchbase-jruby-model-0.1.1-java lib/rails/generators/couchbase/config/templates/couchbase.yml
couchbase-jruby-model-0.1.0-java lib/rails/generators/couchbase/config/templates/couchbase.yml
couchbase-model-0.5.3 lib/rails/generators/couchbase/config/templates/couchbase.yml
couchbase-model-0.5.2 lib/rails/generators/couchbase/config/templates/couchbase.yml
couchbase-model-0.5.1 lib/rails/generators/couchbase/config/templates/couchbase.yml
couchbase-model-0.5.0 lib/rails/generators/couchbase/config/templates/couchbase.yml
couchbase-model-0.4.4 lib/rails/generators/couchbase/config/templates/couchbase.yml
couchbase-model-0.4.3 lib/rails/generators/couchbase/config/templates/couchbase.yml
couchbase-model-0.4.1 lib/rails/generators/couchbase/config/templates/couchbase.yml
couchbase-model-0.4.0 lib/rails/generators/couchbase/config/templates/couchbase.yml
couchbase-model-0.3.1 lib/rails/generators/couchbase/config/templates/couchbase.yml
couchbase-model-0.3.0 lib/rails/generators/couchbase/config/templates/couchbase.yml
couchbase-model-0.2.0 lib/rails/generators/couchbase/config/templates/couchbase.yml
couchbase-model-0.1.0 lib/rails/generators/couchbase/config/templates/couchbase.yml