From 6a9e56925d53653c1b11aeb32e746add4dbe0f52 Mon Sep 17 00:00:00 2001 From: Xuban <59646791+EHxuban11@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:06:42 +0100 Subject: [PATCH] fixed .env.local override of .env --- .env.local => .env.local.example | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .env.local => .env.local.example (100%) diff --git a/.env.local b/.env.local.example similarity index 100% rename from .env.local rename to .env.local.example diff --git a/README.md b/README.md index fa3badc..9027aea 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ A production-ready Next.js starter template with essential integrations for ship npm install ``` -2. Create a `.env` file in the root directory and copy contents from `.env.local`. Read carefully instructions in the file. +2. Create a `.env` file in the root directory and copy contents from `.env.local.example`. Read carefully instructions in the file. 3. Set up required credentials: