feat(sms): simplify SMS settings to use only KAVENEGAR_API_KEY from env, remove other SMS-related fields from config

This commit is contained in:
hamed
2026-07-01 11:53:16 +03:30
parent 9d8d1014f1
commit b366baa64c
11 changed files with 352 additions and 92 deletions
+2 -2
View File
@@ -58,7 +58,7 @@ UPLOAD_DIR=var/uploads
# ── Notes ──
# • Do NOT set RUN_INIT — entrypoint.sh defaults it to 1, and this is a single app,
# so JWT keygen + doctrine migrations run once on boot (correct).
# • SMS keys (kavenegar/rangineh) and payment gateway keys (mellat/sep) are read
# from the DB ("Site Settings"), NOT from env. No need to set them here.
# • Kavenegar API key is read ONLY from env — set KAVENEGAR_API_KEY below.
# • Payment gateway keys (mellat/sep) are read from the DB ("Site Settings"), NOT from env.
# • Liara exposes only ONE external HTTP port (8080, from liara.json). MariaDB/Redis
# are reachable on the private network only.