From 047f8940d56ea4316328814f8e3d92dc84f85846 Mon Sep 17 00:00:00 2001 From: Musaf Hanif Date: Tue, 22 Oct 2024 04:59:35 +0500 Subject: [PATCH] fix: .env.local variables a/c to the code variables. --- README.md | 6 +++--- package-lock.json | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f256a50..0a3d1ba 100644 --- a/README.md +++ b/README.md @@ -91,9 +91,9 @@ Follow these steps to set up Skillsync locally: Create a .env.local file in the root directory and add your configuration: ```sh -GITHUB_CLIENT_ID=your_github_client_id -GITHUB_CLIENT_SECRET=your_github_client_secret -MONGODB_URI=your_mongodb_uri +GITHUB_ID=your_github_client_id +GITHUB_SECRET=your_github_client_secret +MONGO_URI=your_mongodb_uri NEXTAUTH_URL=your_nextauth_secret AUTH_SECRET=your-auth-secret UPLOADTHING_SECRET=your-uploadthing-secret diff --git a/package-lock.json b/package-lock.json index 4fa9ad6..dc248bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10883,4 +10883,3 @@ } } } -