Sha256: bd9a26fc9c73b039b23b03f62caf93f0300cd2a5a7765fb482ba808c1e9ec2d9

Contents?: true

Size: 1.01 KB

Versions: 5

Compression:

Stored size: 1.01 KB

Contents

:sources:
  SampleAdapter:
    poll_interval: 300
  SimpleAdapter:
    poll_interval: 600
    partition_type: app
  FixedSchemaAdapter:
    poll_interval: 300
    schema:
      version: '1.0'
      property:
        - name: string
        - brand: string
        - price: string
        - 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

5 entries across 5 versions & 1 rubygems

Version Path
rhosync-2.0.0.beta9 spec/apps/rhotestapp/settings/settings.yml
rhosync-2.0.0.beta8 spec/apps/rhotestapp/settings/settings.yml
rhosync-2.0.0.beta7 spec/apps/rhotestapp/settings/settings.yml
rhosync-2.0.0.beta6 spec/apps/rhotestapp/settings/settings.yml
rhosync-2.0.0.beta4 spec/apps/rhotestapp/settings/settings.yml