develop/Node
[Node.js] 환경변수 파일 .env 생성하기
i'm suna
2023. 11. 3. 19:28
- dotenv패키지 설치
npm i dotenv - .evn 파일 생성
- 환경변수 생성
- .evn에 저장한 변수를 불러온다.