sync Wdipl with Staging
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user