This commit is contained in:
Mackie 2026-05-22 21:28:54 +08:00
parent c52812f935
commit da6ff3edb0
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ DATABASE_URL=mongodb://127.0.0.1/your-database-name
#DATABASE_URL=postgresql://127.0.0.1:5432/your-database-name
# Used to encrypt JWT tokens
PAYLOAD_SECRET=cbd291ac16406fe9ec82384e
PAYLOAD_SECRET=ljanrF3rQ8hkk5H1fgHoMZgFnWH0hLKBGS9/ZK5gVOU=
# Used to configure CORS, format links and more. No trailing slash
NEXT_PUBLIC_SERVER_URL=http://localhost:3002

View file

@ -15,7 +15,7 @@ COPY . .
ENV NEXT_TELEMETRY_DISABLED=1
ENV DATABASE_URI=mongodb://mongo:databasemultisite@portfolio-database-tkom3p:27017/?authSource=admin&directConnection=true
ENV PAYLOAD_SECRET=cbd291ac16406fe9ec82384e
ENV PAYLOAD_SECRET=ljanrF3rQ8hkk5H1fgHoMZgFnWH0hLKBGS9/ZK5gVOU=
ENV NEXT_PUBLIC_SERVER_URL=https://bymackie.com
ENV NODE_ENV=production