Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Development Environment/Env Variable/
dotenv
Search

dotenv

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 Jun 12 3:3
Editor
Editor
Seonglae ChoSeonglae Cho
Edited
Edited
2025 Jan 4 22:5
Refs
Refs
 
 
 
 
Managing dotfiles with chezmoi | Daniel Stoddart
Over the past five years or so, I’ve realised the benefits and power of keeping the most important and configured dotfiles on my system under version control.
https://stoddart.github.io/2024/09/08/managing-dotfiles-with-chezmoi.html
Node.js 기반에서 환경변수 사용하기 (dotenv, cross-env)
엄밀한 정의는 아니지만, 환경변수는 특정 process를 위한 key-value 형태의 변수라고 할 수 있습니다. 예를 들면, Java 기반으로 개발을 하기 위해서 JDK를 설치할 때에 환경변수 경로를 설정해줘야 하는 경우가 있겠네요. Node.js 기반이라면 process.env[key] 형태로 사용할 수 있습니다. process.env.NODE_ENV 를 떠올리셨다면 맞아요. 이미 익숙하게 사용해오던, Node.js 기반에서의 대표적인 환경변수 중 하나이죠.
Node.js 기반에서 환경변수 사용하기 (dotenv, cross-env)
https://velog.io/@public_danuel/process-env-on-node-js
Node.js 기반에서 환경변수 사용하기 (dotenv, cross-env)
 

 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Development Environment/Env Variable/
dotenv
Copyright Seonglae Cho