mirror of
https://github.com/kingomarnajjar/CA-Hackathon-Term2.git
synced 2026-07-25 22:27:26 +10:00
10 lines
154 B
YAML
10 lines
154 B
YAML
development:
|
|
adapter: async
|
|
|
|
test:
|
|
adapter: async
|
|
|
|
production:
|
|
adapter: redis
|
|
url: redis://localhost:6379/1
|
|
channel_prefix: nipcream_production
|