Sha256: 38e95d36692833aa77760898e5eeafa5a77834ed70c5f45d17a8393d9c34eb87

Contents?: true

Size: 342 Bytes

Versions: 4

Compression:

Stored size: 342 Bytes

Contents

# Copy this file to config/pusher.yml

development:
  # Get these values from
  # https://app.pusherapp.com/apps/#{your_app_id}/api_access
  app_id: # Pusher app_id
  app_key: # Pusher app_key
  secret: # Pusher secret

# Real pusher is not used in test, but these fake creds need to be here.
test:
  app_id: xxx
  app_key: xxx
  secret: xxx

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
telephony-1.0.4 spec/dummy/config/pusher.yml
telephony-1.0.4 spec/dummy/config/pusher.yml.example
telephony-1.0.3 spec/dummy/config/pusher.yml
telephony-1.0.3 spec/dummy/config/pusher.yml.example