Sha256: f8eaef6db38cd36c59d4067a8818890f1b0a3bc58977f7aa8216c91785a98c5c

Contents?: true

Size: 456 Bytes

Versions: 2

Compression:

Stored size: 456 Bytes

Contents

development:
  client_secret: client_secret
  client_id: client_id
  token: foo
  instance_url: https://na9.salesforce.com
  debugging: true

test:
  client_secret: test_client_secret
  client_id: test_client_secret
  username:  test_user
  password:  test_password
  debugging: true

production:
  client_secret: production_client_secret
  client_id: production_client_secret
  username:  production_user
  password:  production_password
  debugging: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
salesforce-rails-1.0.1 spec/config/salesforce.yml
salesforce-rails-1.0.0 spec/fixtures/salesforce.yml