48 lines
853 B
Plaintext
48 lines
853 B
Plaintext
#-----------------------------------
|
|
# Settings for Jitsi Install scripts
|
|
#-----------------------------------
|
|
|
|
# FQHN_HOSTNAME
|
|
#
|
|
# The full qualified histname under which bbb service
|
|
# is available
|
|
#
|
|
# Defaults to full qualified hostname of the system
|
|
#
|
|
FQHN_HOSTNAME=""
|
|
|
|
|
|
# JITSI_REPOSITORY_VERSION
|
|
#
|
|
# Jitsi version. Only 'stable' or 'unstable' ar allowed
|
|
#
|
|
# Defaults to: JITSI_REPOSITORY_VERSION="stable"
|
|
#
|
|
#JITSI_REPOSITORY_VERSION=""
|
|
|
|
|
|
# DOVECOT_HOSTNAME
|
|
#
|
|
# Hostname of machine supporting Dovecot Auth Service
|
|
#
|
|
# Only needed if that type of authenticaten is provided
|
|
#
|
|
#DOVECOT_HOSTNAME=""
|
|
|
|
|
|
# DOVECOT_AUTH_PORT
|
|
#
|
|
# Port on which Dovecot Auth Service is provided
|
|
#
|
|
# Defaults to: DOVECOT_AUTH_PORT=444444
|
|
#
|
|
#DOVECOT_AUTH_PORT=""
|
|
|
|
# DOVECOT_AUTH_DOMAIN
|
|
#
|
|
# Domain agains authentication should work
|
|
#
|
|
# No default value
|
|
#
|
|
#DOVECOT_AUTH_DOMAIN=""
|