Hey,
I am new to Netlify, so be kind
I have deployed my React project to Netlify (kdog-app), along with a config.json file holding the apiUrl address (my Node server is currently on Heroku), as I used in my local dev environment.
I would like to remove this sensitive information (The server address) from my code and from github, and replace it with a Netlify environment variable that will be accessible to my components.
Can someone guide me through that? Preferably using the same variable name (apiUrl) so I do not need to change my code.
Thanks!
Asaf