Provide Mesh with Environment variables from file? #5534
Answered
by
ardatan
rickbijkerk
asked this question in
Q&A
-
In Node.js there's a way to load env variables from a .env(.stg) file by setting a NODE_ENV=stg environment variable. Is there something similar for mesh? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ardatan
Jun 8, 2023
Replies: 1 comment
-
Mesh uses |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rickbijkerk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mesh uses
dotenv
https://github.com/motdotla/dotenv
So you can look at their documentation for advanced use cases.