From 28d6ad2f2c5363978aae49d0f5aec7d7f4c5fb3f Mon Sep 17 00:00:00 2001 From: AetherMind-Ai Date: Wed, 20 Nov 2024 13:50:25 +0200 Subject: [PATCH] Update .env.sample --- .env.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index ba35eef..5a9b635 100644 --- a/.env.sample +++ b/.env.sample @@ -1,6 +1,7 @@ # Google OAuth credentials GOOGLE_ID=your_google_id_here GOOGLE_SECRET=your_google_secret_here +secret=565 # MongoDB connection string MONGODB_URI=mongodb://localhost:27017 @@ -12,4 +13,4 @@ NEXTAUTH_SECRET=your_nextauth_secret_here BASE_URL=http://localhost:3000 # Google API Key -NEXT_PUBLIC_API_KEY=your_google_api_key_here \ No newline at end of file +NEXT_PUBLIC_API_KEY=your_google_api_key_here