-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c93096
commit 62c9bd3
Showing
9 changed files
with
210 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Make it possible to switch adapters by passing the ACTION_CABLE_ADAPTER env variable. | ||
# For example, you can use it fallback to the standard Action Cable in staging/review | ||
# environments (by setting `ACTION_CABLE_ADAPTER=redis`). | ||
development: | ||
adapter: <%= ENV.fetch("ACTION_CABLE_ADAPTER", "any_cable") %> | ||
# development: | ||
# adapter: <%= ENV.fetch("ACTION_CABLE_ADAPTER", "any_cable") %> | ||
|
||
test: | ||
adapter: test | ||
# test: | ||
# adapter: test | ||
|
||
production: | ||
adapter: <%= ENV.fetch("ACTION_CABLE_ADAPTER", "any_cable") %> | ||
# production: | ||
# adapter: <%= ENV.fetch("ACTION_CABLE_ADAPTER", "any_cable") %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.