fix. 불필요한 env값 제거
This commit is contained in:
1
.env.dev
1
.env.dev
@@ -2,7 +2,6 @@ RUN_TYPE=dev
|
||||
BASE_DOMAIN='.onstove.com'
|
||||
|
||||
# URLS ##############################################################################
|
||||
BASE_API_URL='https://api-dev.onstove.com'
|
||||
STATIC_URL='https://static-pubcomm.gate8.com'
|
||||
|
||||
# STOVE #############################################################################
|
||||
|
||||
@@ -2,7 +2,6 @@ RUN_TYPE=live
|
||||
BASE_DOMAIN='.onstove.com'
|
||||
|
||||
# URLS ##############################################################################
|
||||
BASE_API_URL='https://api.onstove.com'
|
||||
STATIC_URL='https://static-pubcomm.onstove.com'
|
||||
|
||||
# STOVE #############################################################################
|
||||
|
||||
@@ -2,7 +2,6 @@ RUN_TYPE=sandbox
|
||||
BASE_DOMAIN='.gate8.com'
|
||||
|
||||
# URLS ##############################################################################
|
||||
BASE_API_URL='https://api.gate8.com'
|
||||
STATIC_URL='https://static-pubcomm.gate8.com'
|
||||
|
||||
# STOVE #############################################################################
|
||||
|
||||
@@ -76,7 +76,6 @@ export default defineNuxtConfig({
|
||||
runType: process.env.RUN_TYPE,
|
||||
baseDomain: process.env.BASE_DOMAIN,
|
||||
|
||||
baseApiUrl: process.env.BASE_API_URL,
|
||||
staticUrl: process.env.STATIC_URL,
|
||||
|
||||
stoveApiUrl: process.env.STOVE_API_URL,
|
||||
|
||||
Reference in New Issue
Block a user