Update config.sh

This commit is contained in:
FusionPBX 2019-06-19 08:32:47 -06:00 committed by GitHub
parent 2237f0e97e
commit 49c0a951c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3,12 +3,12 @@
domain_name=ip_address # hostname, ip_address or a custom value domain_name=ip_address # hostname, ip_address or a custom value
system_username=admin # default username admin system_username=admin # default username admin
system_password=random # random or a custom value system_password=random # random or a custom value
system_branch=stable # master, stable system_branch=master # master, stable
# FreeSWITCH Settings # FreeSWITCH Settings
switch_branch=stable # master, stable switch_branch=stable # master, stable
switch_source=false # true or false switch_source=true # true or false
switch_package=true # true or false switch_package=false # true or false
switch_version=1.8.4 # only for source switch_version=1.8.4 # only for source
switch_tls=true # true or false switch_tls=true # true or false