Step 1: Install and configure packages (MongoDB, Reverb, Echo)

This commit is contained in:
idevakk
2026-03-05 13:48:08 +05:30
parent e7895cb70c
commit 92b243e3ad
15 changed files with 1593 additions and 5 deletions

View File

@@ -35,4 +35,9 @@ return [
],
],
'mailops' => [
'webhook_secret' => env('WEBHOOK_SECRET'),
'email_body_ttl_seconds' => (int) env('EMAIL_BODY_TTL_SECONDS', 259200),
],
];