From a224d7704a58691adff3876fd4e7fce9aed306eb Mon Sep 17 00:00:00 2001 From: root Date: Sun, 10 May 2026 19:32:59 -0400 Subject: [PATCH] update passwords production --- .env.docker.production.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.docker.production.example b/.env.docker.production.example index 7831f94..4c73881 100644 --- a/.env.docker.production.example +++ b/.env.docker.production.example @@ -1,5 +1,5 @@ # ── Traefik domains — used in docker-compose labels ────────────────────────── -ACME_EMAIL=admin@rentaldrivego.ma +ACME_EMAIL=rentaldrivego@gmail.com MARKETPLACE_DOMAIN=rentaldrivego.ma API_DOMAIN=api.rentaldrivego.ma DASHBOARD_DOMAIN=dashboard.rentaldrivego.ma @@ -32,17 +32,17 @@ DASHBOARD_URL=https://dashboard.rentaldrivego.ma CORS_ORIGINS=https://rentaldrivego.ma,https://dashboard.rentaldrivego.ma,https://admin.rentaldrivego.ma # ── Auth ────────────────────────────────────────────────────────────────────── -JWT_SECRET=replace-with-a-long-random-secret +JWT_SECRET=PMPS5k0D7rUeJOk0NkhI5bRtoGjkUqjK JWT_EXPIRY=8h RENTER_JWT_EXPIRY=7d # ── Database ────────────────────────────────────────────────────────────────── -POSTGRES_PASSWORD=replace-with-a-real-password +POSTGRES_PASSWORD=24DY@1u5FLCkNMeiO@p NODE_ENV=production # ── Email (choose one: Resend API or SMTP) ──────────────────────────────────── # Option A — Resend -RESEND_API_KEY=re_your_resend_api_key +RESEND_API_KEY=C8qPDuFwsv5l@KsGhL/V EMAIL_FROM=noreply@rentaldrivego.ma EMAIL_FROM_NAME=RentalDriveGo # Option B — SMTP