Add support of configuration file for installation scripts.

This commit is contained in:
2020-04-29 15:12:23 +02:00
parent 42e52f1cb1
commit 23fcca1527
6 changed files with 406 additions and 35 deletions

21
conf/bbb.conf.sample Normal file
View File

@ -0,0 +1,21 @@
#-------------------------------------------
# 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=""
# GREENLIGTH_DIR
#
# Installation directory of 'greenlight'
#
# Defaults to: GREENLIGTH_DIR="/usr/local/greenlight"
#
#GREENLIGTH_DIR=""