process.env.REACT_APP_
const abc = { key : process.env.REACT_APP_지정한 변수 }
REACT_APP_지정한 변수 = 값
npm install dotenv