diff --git a/.env b/.env index 6ff9514..37a3948 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=localhost +DOMAIN=philip-cat.com # Environment: local, staging, production -ENVIRONMENT=local +ENVIRONMENT=staging PROJECT_NAME="All & One" STACK_NAME=allandonecms diff --git a/frontend/.env b/frontend/.env index f829bd1..5be1e92 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1 +1 @@ -VITE_API_URL=http://localhost +VITE_API_URL=https://localhost