From a13c05209bbec7741293e90318d256af8a4b40db Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Mon, 7 Aug 2023 14:20:11 +0900 Subject: [PATCH] =?UTF-8?q?env=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB?= =?UTF-8?q?=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 7 ------- .env.example | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 .env create mode 100644 .env.example diff --git a/.env b/.env deleted file mode 100644 index dfec92f..0000000 --- a/.env +++ /dev/null @@ -1,7 +0,0 @@ -GENERATE_SOURCEMAP=true - -PORT=8080 - -# HOST -# ローカル -REACT_APP_HOST_API_KEY=http://localhost diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..359449d --- /dev/null +++ b/.env.example @@ -0,0 +1,20 @@ + +# .env.development.localと.env.production.localを用意すること + +# REACT_APP_ENV=local +# REACT_APP_ENV=staging +# REACT_APP_ENV=production + +GENERATE_SOURCEMAP=true + +PORT=8080 + +# HOST +# ローカル---------- +# REACT_APP_HOST_API_KEY=http://localhost +# ステージング------------- +REACT_APP_HOST_API_KEY= + + + +