apply
This commit is contained in:
parent
fa38b05cb9
commit
9dff16d26f
|
|
@ -1,5 +1,5 @@
|
|||
Bugsnag.configure do |config|
|
||||
config.api_key = "7e24985b93dd922a731daca26fc2aa13"
|
||||
config.api_key = "fa0e229f687bcb2c8711fcb80223744e"
|
||||
#config.use_ssl = false
|
||||
config.notify_release_stages = ["production"] # add 'development' if you want to test a feature locally
|
||||
config.auto_notify = true
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ module JamWebsockets
|
|||
@router.start(connect_time_stale_client, connect_time_expire_client, connect_time_stale_browser, connect_time_expire_browser, host: rabbitmq_host, port: rabbitmq_port, max_connections_per_user: max_connections_per_user, gateway: gateway_name, allow_dynamic_registration: allow_dynamic_registration, chat_enabled: chat_enabled, chat_blast: chat_blast) do
|
||||
|
||||
@router.init
|
||||
|
||||
|
||||
#start_connection_expiration
|
||||
#start_client_expiration
|
||||
#start_connection_flagger
|
||||
|
|
|
|||
Loading…
Reference in New Issue