-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.env.example
More file actions
21 lines (16 loc) · 818 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (16 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Pyronear API
API_URL=https://api.pyronear.org
# Camera credentials (shared across all cameras unless overridden per-camera in credentials.json)
CAM_USER=my_dummy_login
CAM_PWD=my_dummy_pwd
# MediaMTX server IP (used by pyro-camera-api to build SRT output URLs)
MEDIAMTX_SERVER_IP=1.2.3.4
# Tokens for "rest" adapter cameras. Reference them from credentials.json as
# ${VAR}, e.g. {"headers": {"Authorization": "Bearer ${VIGILANT_TOKEN}"}}.
# VIGILANT_TOKEN=my_dummy_token
# Docker image tag for both services (defaults to "latest" if unset)
# Set to a specific version for pinned deployments, e.g. PYRO_ENGINE_VERSION=1.2.0
PYRO_ENGINE_VERSION=latest
# Stuck-PTZ detector (auto-reboots a PTZ camera that stops rotating during patrol).
# Enabled by default. Set to "false" to disable.
ENABLE_STUCK_DETECTOR=true