forgeplus/config/redis.yml.example

11 lines
162 B
Plaintext

default: &default
url: redis://localhost:6379
db: 1
development:
<<: *default
test:
<<: *default
production:
<<: *default
url: redis://localhost:6379