This branch updates a lot of details with the keys.json.
Firstly, keys.json is now properly ignored by the .gitignore file. This will ensure that any live keys do NOT make it onto our github repo. They will only be kept on a live, working server.
Closes #75
Second, I added the twilio phone number for “from” to the keys.json, that way we can change it easily when it is live vs development.
Closes #76
To push any changes (for adding fields) to the keys.json, it will have to be force added to the github. This is intended.
This branch updates a lot of details with the keys.json.
Firstly, keys.json is now properly ignored by the .gitignore file. This will ensure that any live keys do NOT make it onto our github repo. They will only be kept on a live, working server. Closes #75
Second, I added the twilio phone number for “from” to the keys.json, that way we can change it easily when it is live vs development. Closes #76
To push any changes (for adding fields) to the keys.json, it will have to be force added to the github. This is intended.