You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the credentials are stored in a .json file. Before deployment, we need to move that data to an .env file. We will need to parse this file differently, so we will have to modify ReadCredentials().
The text was updated successfully, but these errors were encountered:
Currently the credentials are stored in a
.json
file. Before deployment, we need to move that data to an.env
file. We will need to parse this file differently, so we will have to modifyReadCredentials()
.The text was updated successfully, but these errors were encountered: