logoalt Hacker News

throw-the-toweltoday at 5:22 PM1 replyview on HN

Does it matter whether the app reads `.env` directly though?


Replies

e12etoday at 5:26 PM

Maybe. How does the application unify different environment variables? Those inherited by the shell, those read from .profile, those set in the process that start the application (be that ./run.sh, a nodejs script, systemd etc...).

show 1 reply