Code & Deploy
Code
Models
Repos
Sign in
@setoelkahfi
/
homebrew-tap
homebrew-tap
/
config
/
cable.yml
Code
Commits
Pulls
CI/CD
205
main
main
yml
10 lines
188 Bytes
Copy permalink
Copy
Raw
1
development
:
2
adapter
:
async
3
4
test
:
5
adapter
:
test
6
7
production
:
8
adapter
:
redis
9
url
:
<%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
10
channel_prefix
:
sigitsi_production