From 5ba40067802017f2567298feb5d4797418c11646 Mon Sep 17 00:00:00 2001 From: jumping77792 Date: Wed, 25 Aug 2021 10:30:18 +0900 Subject: [PATCH] =?UTF-8?q?.env=20=ED=8C=8C=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 5 +++++ .env.production | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .env.development create mode 100644 .env.production diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..921598c --- /dev/null +++ b/.env.development @@ -0,0 +1,5 @@ +# just a flag +ENV = 'development' +BASE_URL = 'http://localhost:8080/' +#VUE_APP_BASE_API = 'http://localhost:3004/' +VUE_APP_PORT = 8080 \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..e3af67f --- /dev/null +++ b/.env.production @@ -0,0 +1,5 @@ +# just a flag +ENV = 'production' +#BASE_URL = 'http://localhost:8080/' +# VUE_APP_BASE_API = '/' +VUE_APP_PORT = 80