From 0259756941be312d20d5fb193eb99017766f02df Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 3 Apr 2017 19:46:20 -0600 Subject: [PATCH] Create config.sh --- centos/resources/config.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 centos/resources/config.sh diff --git a/centos/resources/config.sh b/centos/resources/config.sh new file mode 100644 index 0000000..f436316 --- /dev/null +++ b/centos/resources/config.sh @@ -0,0 +1,18 @@ + +# FusionPBX Settings +system_username=admin # default username admin +system_password=random # random or as a pre-set value +system_branch=stable # master, stable + +# FreeSWITCH Settings +switch_branch=stable # master, stable +switch_source=false # true or false +switch_package=true # true or false + +# Database Settings +database_password=random # random or as a pre-set value +database_repo=official # PostgresSQL official, system, 2ndquadrant +database_backup=false # true or false + +# General Settings +php_version=7 # PHP version 5 or 7