Sha256: 30f17f6765a7d9207acf75a2d10012b3da3f11c93a1d48119abd331e1a58d2b3
Contents?: true
Size: 1.12 KB
Versions: 12
Compression:
Stored size: 1.12 KB
Contents
:sources: SampleAdapter: poll_interval: 300 SimpleAdapter: poll_interval: 600 partition_type: 'app' FixedSchemaAdapter: poll_interval: 300 sync_type: 'incremental' belongs_to: brand: 'SampleAdapter' schema: version: '1.0' property: name: 'string' brand: 'string' price: 'string' image_url_cropped: 'blob,overwrite' image_url: 'blob' index: by_name_brand: 'name,brand' unique_index: by_price: 'price' :development: :licensefile: settings/license.key :iphonecertfile: settings/apple_fake_cert.pem :iphonepassphrase: certpassword :iphoneserver: gateway.sandbox.push.apple.com :iphoneport: 2195 :bulk_sync_poll_interval: 3600 :redis: localhost:6379 :syncserver: http://localhost:9292/application/ :test: :licensefile: settings/license.key :bulk_sync_poll_interval: 3600 :redis: localhost:6379 :syncserver: http://localhost:9292/application/ :production: :licensefile: settings/license.key :bulk_sync_poll_interval: 3600 :redis: localhost:6379 :syncserver: http://localhost:9292/application/
Version data entries
12 entries across 12 versions & 1 rubygems