camelize channelPrefix
option
This commit is contained in:
parent
6505a058d6
commit
36e1f9b30e
|
@ -189,7 +189,7 @@ class Travis::Web::App
|
||||||
pusher['key'] = options[:pusher_key] if options[:pusher_key]
|
pusher['key'] = options[:pusher_key] if options[:pusher_key]
|
||||||
pusher['host'] = options[:pusher_host] if options[:pusher_host]
|
pusher['host'] = options[:pusher_host] if options[:pusher_host]
|
||||||
pusher['path'] = options[:pusher_path] if options[:pusher_path]
|
pusher['path'] = options[:pusher_path] if options[:pusher_path]
|
||||||
pusher['channel_prefix'] = options[:pusher_channel_prefix] if options[:pusher_channel_prefix]
|
pusher['channelPrefix'] = options[:pusher_channel_prefix] if options[:pusher_channel_prefix]
|
||||||
config['pusher'] = pusher
|
config['pusher'] = pusher
|
||||||
|
|
||||||
config['ember-cli-pendo'] = { apiKey: options[:pendo_key] }
|
config['ember-cli-pendo'] = { apiKey: options[:pendo_key] }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user