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", }, }, },