From 17d0dd220c466ae2bd957d66af54cd5fdf23b9a3 Mon Sep 17 00:00:00 2001 From: Philip Cheung Date: Tue, 8 Oct 2024 00:24:05 +0800 Subject: [PATCH] env --- .env | 4 ++-- frontend/.env | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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