Sha256: d1bba7004d843f669208248ad4145097b9e14d9fe043d084e4bcf88b1ad56dab

Contents?: true

Size: 444 Bytes

Versions: 1

Compression:

Stored size: 444 Bytes

Contents

development:
  strategy: oauth
  base_url: "http://api.stocktwits.com"
  oauth_consumer_key: devkey
  oauth_consumer_secret: devsecret
  oauth_callback: "http://localhost:3000"
test:
  strategy: oauth
  base_url: "http://api.stocktwits.com"
  oauth_consumer_key: testkey
  oauth_consumer_secret: testsecret
production:
  strategy: oauth
  base_url: "http://api.stocktwits.com"
  oauth_consumer_key: prodkey
  oauth_consumer_secret: prodsecret

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stocktwits-1.0.0 spec/fixtures/config/twitter_auth.yml