Merge pull request #383 from KiwiTechLLC/qa

Qa into stage
This commit is contained in:
Abu Talib
2023-12-07 12:02:09 +05:30
committed by GitHub

View File

@ -58,10 +58,10 @@ if ENV in ['dev', 'qa', 'stage']:
if ENV == "prod":
CORS_ALLOWED_ORIGINS = [
# backend base url
"https://prod-api.zodqaapp.com",
"https://prod-api.zodbank.com",
# frontend url
"https://zodqaapp.com",
"https://web.zodbank.com",
# Add more trusted origins as needed
]
@ -208,7 +208,7 @@ AUTH_PASSWORD_VALIDATORS = [
# database query logs settings
# Allows us to check db hits
# useful to optimize db query and hit
LOGGING = {
LOGGING1 = {
"version": 1,
"filters": {
"require_debug_true": {