Files
notification/.env.example
A'zamov Samandar 2bbe34f703
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 15s
feat(devops)
2025-11-05 19:41:57 +05:00

24 lines
399 B
Plaintext

RABBITMQ_URL=amqp://guest:guest@127.0.0.1:5672/
REDIS_ADDRESS=redis: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"
ESKIZ_FROM="4546"
MAIL_DOMAIN=smtp.gmail.com
MAIL_USER="JscorpTech@gmail.com"
MAIL_PASSWORD="app password"
MAIL_PORT=587
PMB_DOMAIN=""
PMB_USER=""
PMB_PASSWORD=""