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