From fbd002d8d49f760f4d1692a64d90da46cb2035bb Mon Sep 17 00:00:00 2001 From: A'zamov Samandar Date: Fri, 25 Apr 2025 10:27:49 +0500 Subject: [PATCH] fix typo --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index cc15a2a..471b9a1 100644 --- a/.env.example +++ b/.env.example @@ -5,6 +5,9 @@ REDIS_ADDRESS=127.0.0.1:6379 REDIS_PASSWORD= REDIS_DB=0 +BROKER=redis +TOPIC=notification + ESKIZ_DOMAIN="https://notify.eskiz.uz/api" ESKIZ_USER="admin@gmail.com" ESKIZ_PASSWORD="password"