Currently, these values are directly mentioned in the App.js file.
Actually, making these values secret will not really protect them because these numbers are sent to the client every time they access the page.
But not having them open in the repository should be better than the current situation.
Currently, these values are directly mentioned in the
App.js
file. Actually, making these values secret will not really protect them because these numbers are sent to the client every time they access the page. But not having them open in the repository should be better than the current situation.