summaryrefslogtreecommitdiff
path: root/dotenv
blob: 1eec07a27a87cf99da8072930b764ff49ddaee5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
### Required by scalelite-api
# SECRET_KEY_BASE=
# LOADBALANCER_SECRET=
#
### Required by scalelite-api and scalelite-recording-importer
# DATABASE_URL=
# SCALELITE_RECORDING_DIR=/mnt/scalelite-recordings/var/bigbluebutton
#
### Required when when specific repo or version (other than defaults) are needed (DEPRECATED)
# SCALELITE_REPO=blindsidenetwks
# SCALELITE_TAG=v1
#
### Required when when specific repo or version (other than defaults) are needed
SCALELITE_DOCKER_IMAGE=blindsidenetwks/scalelite:v1.0
#
### Required when recordings are enabled and using BigBlueButton Playback Proxy to serve the recordings.
SCALELITE_RECORDINGS_DOCKER_IMAGE=bigbluebutton/bbb-playback-proxy:bionic-230-amazonlinux
#
### Optional for postgres when using docker-compose
# POSTGRES_USER=
# POSTGRES_PASSWORD=
#
### Optional since v1.0.12
# DB_DISABLED=false
# POLL_INTERVAL=60
# RECORDING_DISABLED=false
# RECORDING_IMPORT_POLL=true
# RECORDING_IMPORT_POLL_INTERVAL=60
# RECORDING_IMPORT_UNPUBLISHED=false
#
### Optional when using docker-compose-dev.yml
# DOCKER_VOL_POSTGRES_DATA=~/scalelite-run/data/postgres