From e24308aac0bedcf03c21ae06535910a32606a02c Mon Sep 17 00:00:00 2001 From: David Arranz Date: Tue, 1 Oct 2024 18:10:13 +0200 Subject: [PATCH] . --- Dockerfile.client | 1 - server/src/config/environments/production.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile.client b/Dockerfile.client index 1b90322..60407ab 100644 --- a/Dockerfile.client +++ b/Dockerfile.client @@ -32,7 +32,6 @@ FROM alpine:latest WORKDIR /www -RUN pwd && ls -la RUN rm -rf * # Copiar los archivos del build desde la fase anterior diff --git a/server/src/config/environments/production.ts b/server/src/config/environments/production.ts index f0be569..61fe599 100644 --- a/server/src/config/environments/production.ts +++ b/server/src/config/environments/production.ts @@ -51,7 +51,7 @@ module.exports = { secure: false, auth: { user: "7d0c4e001@smtp-brevo.com", - pass: "xsmtpsib-42ff61d359e148710fce8376854330891677a38172fd4217a0dc220551cce210-Wxm4DQwItYgTUcF6", + pass: "VOqwt0gBdNPhr781", }, }, },