This commit is contained in:
Mackie 2026-05-22 20:59:48 +08:00
parent 2b189f070e
commit 13b3f95217

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 #DATABASE_URL=postgresql://127.0.0.1:5432/your-database-name
# Used to encrypt JWT tokens # Used to encrypt JWT tokens
PAYLOAD_SECRET=YOUR_SECRET_HERE PAYLOAD_SECRET=cbd291ac16406fe9ec82384e
# Used to configure CORS, format links and more. No trailing slash # Used to configure CORS, format links and more. No trailing slash
NEXT_PUBLIC_SERVER_URL=http://localhost:3002 NEXT_PUBLIC_SERVER_URL=http://localhost:3002