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:
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user