completed SMS gateway project
This commit is contained in:
13
config/cable.yml
Normal file
13
config/cable.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# Use Redis for Action Cable in all environments for consistency with WebSocket communication
|
||||
development:
|
||||
adapter: redis
|
||||
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
|
||||
channel_prefix: sms_gateway_development
|
||||
|
||||
test:
|
||||
adapter: test
|
||||
|
||||
production:
|
||||
adapter: redis
|
||||
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
|
||||
channel_prefix: sms_gateway_production
|
||||
Reference in New Issue
Block a user