mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-14 17:45:46 +00:00
updated prod base url
This commit is contained in:
@ -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": {
|
||||
|
Reference in New Issue
Block a user