From 555c773a13bcd6ae176fddd2c3141d18af1e426f Mon Sep 17 00:00:00 2001 From: clkim Date: Tue, 31 Mar 2026 18:24:06 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20live=20RESOURCE=20env=20=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.live | 2 +- .env.sandbox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.live b/.env.live index 711fecb..c79c1df 100644 --- a/.env.live +++ b/.env.live @@ -4,7 +4,7 @@ BASE_DOMAIN='.onstove.com' # URLS ############################################################################## STATIC_URL='https://static-pubcomm.onstove.com' ASSETS_URL='https://static-pubcomm.onstove.com/live/template/brand' -DATA_RESOURCE_URL='https://static-pubcomm.gate8.com/live/STOVE_PUBTEMPLATE' +DATA_RESOURCE_URL='https://static-pubcomm.onstove.com/live/STOVE_PUBTEMPLATE' # STOVE ############################################################################# # STOVE - API Url diff --git a/.env.sandbox b/.env.sandbox index d5c3676..d758d09 100644 --- a/.env.sandbox +++ b/.env.sandbox @@ -4,8 +4,8 @@ BASE_DOMAIN='.gate8.com' # URLS ############################################################################## STATIC_URL='https://static-pubcomm.gate8.com' ASSETS_URL='https://static-pubcomm.gate8.com/sandbox/template/brand' -DATA_RESOURCE_URL='https://static-pubcomm.gate8.com/sandbox/test' DATA_RESOURCE_URL='https://static-pubcomm.gate8.com/sandbox/STOVE_PUBTEMPLATE' + # STOVE ############################################################################# # STOVE - API Url STOVE_API_URL=https://api.gate8.com