[jitsi] update .env for Task#12203
This commit is contained in:
parent
aadf8dcb2f
commit
d62645c251
1 changed files with 6 additions and 3 deletions
|
@ -2,11 +2,14 @@ CONFIG=./config
|
||||||
HTTP_PORT=80
|
HTTP_PORT=80
|
||||||
HTTPS_PORT=443
|
HTTPS_PORT=443
|
||||||
TZ=UTC
|
TZ=UTC
|
||||||
PUBLIC_URL=https://redis-node2.ungleich.cloud
|
PUBLIC_URL=https://"jitsi domain"
|
||||||
|
|
||||||
|
# Enable Let's Encrypt certificate generation
|
||||||
ENABLE_LETSENCRYPT=1
|
ENABLE_LETSENCRYPT=1
|
||||||
LETSENCRYPT_DOMAIN=redis-node2.ungleich.cloud
|
LETSENCRYPT_DOMAIN="jitsi webdomain"
|
||||||
LETSENCRYPT_EMAIL=technik@ungleich.ch
|
LETSENCRYPT_EMAIL=technik@ungleich.ch
|
||||||
LETSENCRYPT_USE_STAGING=1
|
# Use the staging server
|
||||||
|
#LETSENCRYPT_USE_STAGING=1
|
||||||
|
|
||||||
#etherpad-lite
|
#etherpad-lite
|
||||||
#ETHERPAD_URL_BASE=http://etherpad.meet.jitsi:9001
|
#ETHERPAD_URL_BASE=http://etherpad.meet.jitsi:9001
|
||||||
|
|
Loading…
Reference in a new issue