mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
15 lines
266 B
YAML
15 lines
266 B
YAML
development:
|
|
adapter: async
|
|
|
|
test:
|
|
adapter: async
|
|
|
|
production:
|
|
adapter: redis
|
|
url: redis://localhost:6379/1
|
|
channel_prefix: domain_name_registry_production
|
|
|
|
demo:
|
|
adapter: redis
|
|
url: redis://localhost:6379/1
|
|
channel_prefix: domain_name_registry_demo
|