mirror of
https://github.com/Neetpone/foalfetch.git
synced 2025-02-08 18:06:43 +01:00
12 lines
222 B
YAML
12 lines
222 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: foalfetch_production
|