From a78053474b8d4a4d52d895d219624d229000510c Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 14 Dec 2025 14:17:07 +0200 Subject: [PATCH] Set to work with prod env --- backend/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/.env b/backend/.env index 605b9c9..d78138b 100644 --- a/backend/.env +++ b/backend/.env @@ -15,8 +15,8 @@ SMTP_FROM=dvirlabs@gmail.com # Google OAuth GOOGLE_CLIENT_ID=143092846986-hsi59m0on2c9rb5qrdoejfceieao2ioc.apps.googleusercontent.com GOOGLE_CLIENT_SECRET=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 -GOOGLE_REDIRECT_URI=http://localhost:8001/auth/google/callback -FRONTEND_URL=http://localhost:5174 +GOOGLE_REDIRECT_URI=https://api-my-recipes.dvirlabs.com/auth/google/callback +FRONTEND_URL=https://my-recipes.dvirlabs.com # Microsoft Entra ID (Azure AD) OAuth AZURE_CLIENT_ID=db244cf5-eb11-4738-a2ea-5b0716c9ec0a