From 02556b6d62c6c10efb1c92ff7d2b3468738ff06c Mon Sep 17 00:00:00 2001 From: tobias Date: Wed, 19 Jun 2024 22:46:17 +0200 Subject: [PATCH] Update env example --- .env.local.example | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.env.local.example b/.env.local.example index 9ed3a7d..de25d1a 100644 --- a/.env.local.example +++ b/.env.local.example @@ -1,3 +1,7 @@ +STACK_NAME=nextload + PAYLOAD_SECRET=jawliejfilwajefSEANlawefawfewag349jwgo3gj4w -MONGODB_URI=mongodb://127.0.0.1:27017/next-payload-3 -# POSTGRES_URI=postgresql://postgres:password123@127.0.0.1:5432/next-payload-3 \ No newline at end of file + +MONGO_USER=mongo +MONGO_PASSWORD=mongo +MONGO_HOST=mongo