19 lines
549 B
Bash
19 lines
549 B
Bash
# Sense production configuration. Copy this file as config\sense.env.
|
|
# Values are parsed as data; this file is never executed as a script.
|
|
SENSE_MODE=production
|
|
SENSE_HOST=127.0.0.1
|
|
SENSE_PORT=18080
|
|
SENSE_DATABASE_URL=
|
|
SENSE_JWT_SECRET=
|
|
SENSE_BOOTSTRAP_TOKEN=
|
|
SENSE_CREDENTIAL_KEY=
|
|
SENSE_ONVIF_DISCOVERY_IP=
|
|
SENSE_ONVIF_ALLOWED_CIDRS=
|
|
SENSE_MEDIAMTX_MODE=managed
|
|
SENSE_MEDIAMTX_BINARY=bin\mediamtx.exe
|
|
SENSE_MEDIAMTX_CONFIG=config\mediamtx.yml
|
|
SENSE_MEDIAMTX_API=http://127.0.0.1:9997
|
|
SENSE_WEB_ROOT=web
|
|
SENSE_AUTO_MIGRATE=true
|
|
SENSE_POSTGRES_BIN=
|