mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
11 lines
152 B
YAML
11 lines
152 B
YAML
development:
|
|
adapter: async
|
|
|
|
test:
|
|
adapter: async
|
|
|
|
production:
|
|
adapter: redis
|
|
url: redis://localhost:6379/1
|
|
channel_prefix: fablab_production
|