2022-01-01 13:38:12 +00:00
|
|
|
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
|
2021-07-02 11:46:37 +00:00
|
|
|
|
|
|
|
if Rails.application.config.websocket_session_store.eql? :redis
|
|
|
|
Rails.logger.info 'Using Redis as web socket session store.'
|
|
|
|
else
|
|
|
|
Rails.logger.info 'Using File as web socket session store.'
|
|
|
|
end
|