From 8243ee1a922920aa4d7ad55eb70c31de48f059c3 Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Fri, 19 Dec 2025 22:07:46 -0700 Subject: [PATCH] Update .env for DNS switchover - change URLs to mad-lawsuit.org --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 35f7980f..010f5052 100644 --- a/.env +++ b/.env @@ -3,7 +3,7 @@ APP_ENV=production APP_KEY=base64:dUzoSQvI3yjuaq3Sj6XMMpHw/1v/zPFRzwO6WzeADaQ= APP_DEBUG=false APP_TIMEZONE=UTC -APP_URL=https://v2.mad-lawsuit.org +APP_URL=https://mad-lawsuit.org APP_LOCALE=en APP_FALLBACK_LOCALE=en @@ -64,4 +64,4 @@ AWS_BUCKET= AWS_USE_PATH_STYLE_ENDPOINT=false VITE_APP_NAME="${APP_NAME}" -ASSET_URL=https://v2.mad-lawsuit.org +ASSET_URL=https://mad-lawsuit.org