Skip to content

Commit

Permalink
reorder env keys in the generated config/cable.yml
Browse files Browse the repository at this point in the history
Conventionally envs are ordered development -> test -> production.
  • Loading branch information
fxn committed May 14, 2016
1 parent 1672ec8 commit 0037ee7
Showing 1 changed file with 4 additions and 5 deletions.
@@ -1,10 +1,9 @@
# Action Cable uses Redis by default to administer connections, channels, and sending/receiving messages over the WebSocket.
production:
adapter: redis
url: redis://localhost:6379/1

development:
adapter: async

test:
adapter: async

production:
adapter: redis
url: redis://localhost:6379/1

0 comments on commit 0037ee7

Please sign in to comment.