From 13b3f95217a2fe4fd1d2a9b547beb0e9f28db317 Mon Sep 17 00:00:00 2001 From: Mackie Date: Fri, 22 May 2026 20:59:48 +0800 Subject: [PATCH] 3002 --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 3fb1eee..5586bfc 100644 --- a/.env.example +++ b/.env.example @@ -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=YOUR_SECRET_HERE +PAYLOAD_SECRET=cbd291ac16406fe9ec82384e # Used to configure CORS, format links and more. No trailing slash NEXT_PUBLIC_SERVER_URL=http://localhost:3002