mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
11 lines
233 B
YAML
11 lines
233 B
YAML
development:
|
|
adapter: redis
|
|
url: redis://localhost:6379/1
|
|
|
|
test:
|
|
adapter: test
|
|
|
|
production:
|
|
adapter: redis
|
|
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
|
|
channel_prefix: codespaces_try_rails_production
|