Sha256: 82ebab963b223360814849ed91d401cec40ce53aaa03c4498f50dff5ba658ea2

Contents?: true

Size: 1.12 KB

Versions: 3

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

3 entries across 3 versions & 1 rubygems

Version Path
rhosync-2.1.0.beta.1 spec/apps/rhotestapp/settings/settings.yml
rhosync-2.0.9 spec/apps/rhotestapp/settings/settings.yml
rhosync-2.0.8 spec/apps/rhotestapp/settings/settings.yml