update
This commit is contained in:
parent
2fb7a76fd9
commit
4aa6acec9e
6
.env.aws
6
.env.aws
@ -16,14 +16,14 @@ SMTP_FROM=dvirlabs@gmail.com
|
|||||||
# Google OAuth
|
# Google OAuth
|
||||||
GOOGLE_CLIENT_ID=143092846986-hsi59m0on2c9rb5qrdoejfceieao2ioc.apps.googleusercontent.com
|
GOOGLE_CLIENT_ID=143092846986-hsi59m0on2c9rb5qrdoejfceieao2ioc.apps.googleusercontent.com
|
||||||
GOOGLE_CLIENT_SECRET=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
|
GOOGLE_CLIENT_SECRET=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
|
||||||
GOOGLE_REDIRECT_URI=https://api-my-recipes.dvirlabs.com/auth/google/callback
|
GOOGLE_REDIRECT_URI=http://localhost:8000/auth/google/callback
|
||||||
FRONTEND_URL=https://my-recipes.dvirlabs.com
|
FRONTEND_URL=http://localhost
|
||||||
|
|
||||||
# Microsoft Entra ID (Azure AD) OAuth
|
# Microsoft Entra ID (Azure AD) OAuth
|
||||||
AZURE_CLIENT_ID=db244cf5-eb11-4738-a2ea-5b0716c9ec0a
|
AZURE_CLIENT_ID=db244cf5-eb11-4738-a2ea-5b0716c9ec0a
|
||||||
AZURE_CLIENT_SECRET=Zad8Q~qRBxaQq8up0lLXAq4pHzrVM2JFGFJhHaDp
|
AZURE_CLIENT_SECRET=Zad8Q~qRBxaQq8up0lLXAq4pHzrVM2JFGFJhHaDp
|
||||||
AZURE_TENANT_ID=consumers
|
AZURE_TENANT_ID=consumers
|
||||||
AZURE_REDIRECT_URI=https://api-my-recipes.dvirlabs.com/auth/azure/callback
|
AZURE_REDIRECT_URI=http://localhost:8000/auth/azure/callback
|
||||||
|
|
||||||
# Cloudflare R2 Backup Configuration
|
# Cloudflare R2 Backup Configuration
|
||||||
R2_ENDPOINT=https://d4704b8c40b2f95b2c7bf7ee4ecc52f8.r2.cloudflarestorage.com
|
R2_ENDPOINT=https://d4704b8c40b2f95b2c7bf7ee4ecc52f8.r2.cloudflarestorage.com
|
||||||
|
|||||||
@ -16,14 +16,14 @@ SMTP_FROM=dvirlabs@gmail.com
|
|||||||
# Google OAuth
|
# Google OAuth
|
||||||
GOOGLE_CLIENT_ID=143092846986-hsi59m0on2c9rb5qrdoejfceieao2ioc.apps.googleusercontent.com
|
GOOGLE_CLIENT_ID=143092846986-hsi59m0on2c9rb5qrdoejfceieao2ioc.apps.googleusercontent.com
|
||||||
GOOGLE_CLIENT_SECRET=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
|
GOOGLE_CLIENT_SECRET=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
|
||||||
GOOGLE_REDIRECT_URI=https://api-my-recipes.dvirlabs.com/auth/google/callback
|
GOOGLE_REDIRECT_URI=http://localhost:8000/auth/google/callback
|
||||||
FRONTEND_URL=https://my-recipes.dvirlabs.com
|
FRONTEND_URL=http://localhost
|
||||||
|
|
||||||
# Microsoft Entra ID (Azure AD) OAuth
|
# Microsoft Entra ID (Azure AD) OAuth
|
||||||
AZURE_CLIENT_ID=db244cf5-eb11-4738-a2ea-5b0716c9ec0a
|
AZURE_CLIENT_ID=db244cf5-eb11-4738-a2ea-5b0716c9ec0a
|
||||||
AZURE_CLIENT_SECRET=Zad8Q~qRBxaQq8up0lLXAq4pHzrVM2JFGFJhHaDp
|
AZURE_CLIENT_SECRET=Zad8Q~qRBxaQq8up0lLXAq4pHzrVM2JFGFJhHaDp
|
||||||
AZURE_TENANT_ID=consumers
|
AZURE_TENANT_ID=consumers
|
||||||
AZURE_REDIRECT_URI=https://api-my-recipes.dvirlabs.com/auth/azure/callback
|
AZURE_REDIRECT_URI=http://localhost:8000/auth/azure/callback
|
||||||
|
|
||||||
# Cloudflare R2 Backup Configuration
|
# Cloudflare R2 Backup Configuration
|
||||||
R2_ENDPOINT=https://d4704b8c40b2f95b2c7bf7ee4ecc52f8.r2.cloudflarestorage.com
|
R2_ENDPOINT=https://d4704b8c40b2f95b2c7bf7ee4ecc52f8.r2.cloudflarestorage.com
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user