Create config.sh

This commit is contained in:
FusionPBX 2017-04-03 19:46:20 -06:00 committed by GitHub
parent 4a7e3f5d72
commit 0259756941
1 changed files with 18 additions and 0 deletions

View File

@ -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