Files
notification/auth/config/conf/channels.py
A'zamov Samandar a4b5833bbe firs commit 🐼
2025-04-19 14:29:36 +05:00

8 lines
175 B
Python

CHANNEL_LAYERS = {
"default": {
"BACKEND": "channels_redis.core.RedisChannelLayer",
"CONFIG": {
"hosts": [("redis", 6379)],
},
},
}