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