forked from norman/fusionpbx-install.sh-github-mirror
Update config.sh
This commit is contained in:
10
debian/resources/config.sh
vendored
10
debian/resources/config.sh
vendored
@@ -1,5 +1,7 @@
|
||||
|
||||
# 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
|
||||
@@ -7,8 +9,10 @@ switch_branch=stable # master, stable
|
||||
switch_source=false # true or false
|
||||
switch_package=true # true or false
|
||||
|
||||
# General Settings
|
||||
php_version=5 # PHP version 5 or 7
|
||||
# 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
|
||||
web_server_name=nginx # nginx
|
||||
|
||||
# General Settings
|
||||
php_version=5 # PHP version 5 or 7
|
||||
|
||||
Reference in New Issue
Block a user