Explorar el Código

envファイルの修正

develop
sosuke.iwabuchi hace 2 años
padre
commit
a13c05209b
Se han modificado 2 ficheros con 20 adiciones y 7 borrados
  1. +0
    -7
      .env
  2. +20
    -0
      .env.example

+ 0
- 7
.env Ver fichero

@@ -1,7 +0,0 @@
GENERATE_SOURCEMAP=true

PORT=8080

# HOST
# ローカル
REACT_APP_HOST_API_KEY=http://localhost

+ 20
- 0
.env.example Ver fichero

@@ -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=





Cargando…
Cancelar
Guardar