Improve the descriptions for the config.sh file.
This commit is contained in:
parent
913897b48b
commit
13937e5a8a
|
|
@ -7,12 +7,12 @@ system_branch=master # master, stable
|
|||
|
||||
# FreeSWITCH Settings
|
||||
switch_branch=stable # master, stable
|
||||
switch_source=false # true or false
|
||||
switch_package=true # true or false
|
||||
switch_version=1.10.3 # only for source
|
||||
switch_source=true # true (source compile) or false (binary package)
|
||||
switch_package=false # true (binary package) or false (source compile)
|
||||
switch_version=1.10.3 # which source code to download, only for source
|
||||
switch_tls=true # true or false
|
||||
switch_token= # Personal Auth Token from https://signalwire.com
|
||||
|
||||
switch_token= # Get the auth token from https://signalwire.com
|
||||
# Signup or Login -> Profile -> Personal Auth Token
|
||||
# Sofia-Sip Settings
|
||||
sofia_version=1.13.6 # release-version for sofia-sip to use
|
||||
|
||||
|
|
@ -25,5 +25,5 @@ database_port=5432 # port number
|
|||
database_backup=false # true or false
|
||||
|
||||
# General Settings
|
||||
php_version=7.1 # PHP version 7.1, 7.3, 7.4
|
||||
php_version=7.4 # PHP version 7.1, 7.3, 7.4
|
||||
letsencrypt_folder=true # true or false
|
||||
|
|
|
|||
Loading…
Reference in New Issue