DEV Community

Discussion on: How to Use Environment Variables in Vue.js

Collapse
 
thedamon profile image
Damon Muma

If I have config that isn't secret but does change from environment to environment I personally would store it in an env file that isn't in the gitignore. Do you recommend a different approach?