-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
14 lines (9 loc) · 765 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
RTSP_URLS='{}' # JSON object, mapping camera names to full RTSP URLs (e.g., rtsp://username:password@host:port/path)
AUTHENTICATION_CREDENTIALS='{}' # Authentication credentials for web login, mapping usernames to password hashes
IFTTT_WEBHOOKS='[]' # IFTTT Webhooks to notify on motion detection, list of URLs
SITE_ROOT='' # Root URL of the web interface
FLASK_SECRET_KEY='' # Flask secret key for session
RTSP_PATHS_ALL_PUBLISHUSER='' # Username for publishing RTSP streams to the RTSP server
RTSP_PATHS_ALL_PUBLISHPASS='' # Password for publishing RTSP streams to the RTSP server
RTSP_PATHS_ALL_READUSER='' # Username for reading RTSP streams from the RTSP server
RTSP_PATHS_ALL_READPASS='' # Password for reading RTSP streams from the RTSP server