HealthAI
Effective Date: February 4, 2025
Last Updated: February 4, 2025
HealthAI ("the App") is designed with your privacy as the top priority. Your health data never leaves your device unless you explicitly choose to export and share it.
| # Alias to always launch Play Framework using Heroku's Foreman | |
| # | |
| # Whenver a .env file is detected, Foreman will ensure the config vars | |
| # are added to the local ENV before launching Play. | |
| # | |
| # See: https://devcenter.heroku.com/articles/config-vars#local-setup | |
| # | |
| alias play='foreman run play' |
| # Configuration to continuously stream video over http from a Raspberry Pi Camera Module or from an attached USB Camera | |
| # | |
| # Steaming only - does not save videos | |
| # | |
| # Read More: https://www.techandtransit.com/raspberry-pi/streaming-web-usb-security-camera/ | |
| # | |
| ############################################################ | |
| # System control configuration parameters | |
| ############################################################ |