From 0afe014947c0b8f0b2e812024a98c20b82450286 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 14 Dec 2025 14:02:32 +0200 Subject: [PATCH] Set to work with prod env --- backend/.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/.env b/backend/.env index 9748b1b..28faa31 100644 --- a/backend/.env +++ b/backend/.env @@ -15,11 +15,11 @@ 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 # Microsoft Entra ID (Azure AD) OAuth AZURE_CLIENT_ID=db244cf5-eb11-4738-a2ea-5b0716c9ec0a AZURE_CLIENT_SECRET=Zad8Q~qRBxaQq8up0lLXAq4pHzrVM2JFGFJhHaDp AZURE_TENANT_ID=consumers -AZURE_REDIRECT_URI=http://localhost:8001/auth/azure/callback \ No newline at end of file +AZURE_REDIRECT_URI=https://api-my-recipes.dvirlabs.com/auth/azure/callback \ No newline at end of file