tristandunn / pusher-fake

A fake Pusher server for development and testing.
https://rubygems.org/gems/pusher-fake
MIT License
173 stars 32 forks source link

Pusher configuration defaults. #43

Closed tristandunn closed 9 years ago

tristandunn commented 9 years ago

Provide values to Pusher for application ID, key, and secret when not present.

tristandunn commented 9 years ago

Note that I opted for warning instead of setting defaults. If defaults were set but a user assigned the configuration after then it would fail to work.