From 2d40ae0eb1a70631ab0fdd824ba7e25e684ee65e Mon Sep 17 00:00:00 2001 From: philipcheung Date: Wed, 22 Jan 2025 18:35:13 +0800 Subject: [PATCH] fixed bugs --- .env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index d0b7651..3048113 100644 --- a/.env +++ b/.env @@ -1,9 +1,9 @@ # Domain # This would be set to the production domain with an env var on deployment -#DOMAIN=oneandallmusic.net -DOMAIN=localhost +DOMAIN=oneandallmusic.net +#DOMAIN=localhost # Environment: local, staging, production -ENVIRONMENT=local +ENVIRONMENT=production PROJECT_NAME="One & All" STACK_NAME=oneandallcms