What about just a config file with environment variables? I'd like to export an object that pulls in local environment variables from a file in my .gitignore that holds my Wifi name/password. How can I load a file locally to accomplish this?
I don't want to have to put a config file in the ./modules folder, is there a way around this?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
What about just a config file with environment variables? I'd like to export an object that pulls in local environment variables from a file in my .gitignore that holds my Wifi name/password. How can I load a file locally to accomplish this?
I don't want to have to put a config file in the ./modules folder, is there a way around this?