22 lines
450 B
Plaintext
22 lines
450 B
Plaintext
#-------------------------------------------
|
|
# Settings for BigBlueButoon Install scripts
|
|
#-------------------------------------------
|
|
|
|
# FQDN_HOSTNAME
|
|
#
|
|
# The full qualified histname under which bbb service
|
|
# is available
|
|
#
|
|
# Defaults to full qualified hostname of the system
|
|
#
|
|
FQDN_HOSTNAME="mx-bbb.oopen.de"
|
|
|
|
# GREENLIGTH_DIR
|
|
#
|
|
# Installation directory of 'greenlight'
|
|
#
|
|
# Defaults to: GREENLIGTH_DIR="/usr/local/greenlight"
|
|
#
|
|
#GREENLIGTH_DIR=""
|
|
|