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