sync Wdipl with Staging

This commit is contained in:
rizwanisready
2024-07-26 16:11:02 +05:30
parent 6a8dc781d2
commit 8d212430ec

View File

@@ -60,7 +60,7 @@ ALLOWED_HOSTS = ["127.0.0.1", "goodtimes.betadelivery.com", "154.41.254.33"]
# },
# }
# BASE_DOMAIN = "https://goodtimes.betadelivery.com"
BASE_DOMAIN = "https://goodtimes.betadelivery.com"
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/4.2/howto/static-files/
@@ -81,3 +81,8 @@ STRIPE_CHECKOUT_URL = (
STRIPE_FINAL_URL = (
"https://goodtimes.betadelivery.com/subscriptions/create-checkout-session/"
)
COUPON_VALIDITY_CHECK_URL = (
"https://goodtimes.betadelivery.com/subscriptions/coupon-validity-check/"
)
LOGO_PATH = "/var/www/goodtimes/static"