From de631457b174d10c603c575af929b0ac64598f95 Mon Sep 17 00:00:00 2001 From: Mackie Date: Fri, 22 May 2026 20:16:52 +0800 Subject: [PATCH] it should works --- .env.example | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.env.example b/.env.example index 57bee94..c9e9b47 100644 --- a/.env.example +++ b/.env.example @@ -1,17 +1,13 @@ # Database connection string -DATABASE_URL=mongodb://127.0.0.1/your-database-name - +DATABASE_URL=mongodb://mongo:databasemultisite@portfolio-database-tkom3p:27017/?authSource=admin&directConnection=true # Or use a PG connection string #DATABASE_URL=postgresql://127.0.0.1:5432/your-database-name - # Used to encrypt JWT tokens -PAYLOAD_SECRET=YOUR_SECRET_HERE - +PAYLOAD_SECRET=cbd291ac16406fe9ec82384e # Used to configure CORS, format links and more. No trailing slash -NEXT_PUBLIC_SERVER_URL=http://localhost:3000 - +NEXT_PUBLIC_SERVER_URL=https://bymackie.com # Secret used to authenticate cron jobs CRON_SECRET=YOUR_CRON_SECRET_HERE - # Used to validate preview requests PREVIEW_SECRET=YOUR_SECRET_HERE +# Added by Payload \ No newline at end of file