Sha256: b388e41312e5fa45cd6036af64a4e277c2867239fa9fbee3e4eaf6e5474b96f7

Contents?: true

Size: 1.11 KB

Versions: 5

Compression:

Stored size: 1.11 KB

Contents

:sources:
  SampleAdapter:
    :poll_interval: 300
    :priority: 1
  SimpleAdapter:
    :poll_interval: 600
    partition_type: 'app'
  FixedSchemaAdapter:
    :poll_interval: 300
    :priority: 5
    sync_type: 'incremental'
    belongs_to:
      - brand: 'SampleAdapter'
  OtherAdapter:
    partition_type: 'app'
    :force_default: true
    :poll_interval: 300
:development:
  :licensefile: settings/license.key
  :bulk_sync_poll_interval: 3600
  :redis: localhost:6379
  :syncserver: http://localhost:9292/application/
:test:
  :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/
  :api_token: b6f22608fa8b4acf84e844808845e2fe
  :push_server: http://user:pwd@localhost:8675
  :cookie_expire: 9999999
  :poll_interval_default: 201
: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
rhoconnect-4.0.1 spec/apps/rhotestapp/settings/settings.yml
rhoconnect-4.0.0 spec/apps/rhotestapp/settings/settings.yml
rhoconnect-4.0.0.beta.24 spec/apps/rhotestapp/settings/settings.yml
rhoconnect-4.0.0.beta.10 spec/apps/rhotestapp/settings/settings.yml
rhoconnect-4.0.0.beta.12 spec/apps/rhotestapp/settings/settings.yml