doc: improve wording of README

This commit is contained in:
Hans-Peter Jansen
2020-03-30 09:53:01 +02:00
committed by GitHub
parent ed410d9e0a
commit 3c07d76937
2 changed files with 16 additions and 15 deletions

View File

@@ -17,8 +17,8 @@ TZ=Europe/Amsterdam
# Public URL for the web service.
#PUBLIC_URL=https://meet.example.com
# IP address of the Docker host. See the "Running behind NAT or on a LAN environment" section
# in the README.
# IP address of the Docker host.
# See the "Running behind NAT or on a LAN environment" section in the README.
#DOCKER_HOST_ADDRESS=192.168.1.1
@@ -237,17 +237,17 @@ JIGASI_PORT_MAX=20050
# Enable Jigasi transcription.
#ENABLE_TRANSCRIPTIONS=1
# Jigasi will recordord an audio when transcriber is on. Default false.
# Jigasi will record audio when transcriber is on. Default false.
#JIGASI_TRANSCRIBER_RECORD_AUDIO=true
# Jigasi will send transcribed text to the chat when transcriber is on. Default false.
#JIGASI_TRANSCRIBER_SEND_TXT=true
# Jigasi post to the chat an url with transcription file. Default false.
# Jigasi will post an url to the chat with transcription file. Default false.
#JIGASI_TRANSCRIBER_ADVERTISE_URL=true
# Credentials for connect to Cloud Google API from Jigasi
# Please read https://cloud.google.com/text-to-speech/docs/quickstart-protocol section "Before you begin" from 1 to 5 paragraph.
# Please read https://cloud.google.com/text-to-speech/docs/quickstart-protocol section "Before you begin" paragraph 1 to 5.
# Copy the values from the json to the related env vars
#GC_PROJECT_ID=
#GC_PRIVATE_KEY_ID=
@@ -299,8 +299,9 @@ JIBRI_STRIP_DOMAIN_JID=muc
# Directory for logs inside Jibri container.
JIBRI_LOGS_DIR=/config/logs
# Disable HTTPS. This can be useful if TLS connections are going to be handled outside of this setup.
# Disable HTTPS. Handle TLS connections outside of this setup.
#DISABLE_HTTPS=1
# Redirects HTTP traffic to HTTPS. Only works with the standard HTTPS port (443).
# Redirect HTTP traffic to HTTPS.
# Necessary for Let's Encrypt. Relies on standard HTTPS port (443).
#ENABLE_HTTP_REDIRECT=1