Merge pull request #378 from KiwiTechLLC/stage

Stage into prod
This commit is contained in:
Abu Talib
2023-12-04 17:57:54 +05:30
committed by GitHub

View File

@ -58,10 +58,10 @@ if ENV in ['dev', 'qa', 'stage']:
if ENV == "prod": if ENV == "prod":
CORS_ALLOWED_ORIGINS = [ CORS_ALLOWED_ORIGINS = [
# backend base url # backend base url
"https://prod-api.zodqaapp.com/", "https://prod-api.zodqaapp.com",
# frontend url # frontend url
"https://zod-prod.zodqaapp.com/", "https://zod-prod.zodqaapp.com",
# Add more trusted origins as needed # Add more trusted origins as needed
] ]