Sha256: 5703661ad1a1f492a98709d6dd7ecae6529f8ac7964db6f2dc0e0a07454ac4a1

Contents?: true

Size: 1.11 KB

Versions: 4

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

4 entries across 4 versions & 1 rubygems

Version Path
rhoconnect-3.4.5 spec/apps/rhotestapp/settings/settings.yml
rhoconnect-3.4.4 spec/apps/rhotestapp/settings/settings.yml
rhoconnect-3.4.3 spec/apps/rhotestapp/settings/settings.yml
rhoconnect-3.4.2 spec/apps/rhotestapp/settings/settings.yml