This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
############################################################ |

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' |