devuan: update config.sh defaults
This commit is contained in:
parent
8a57d5c480
commit
c003d43f06
|
|
@ -7,20 +7,20 @@ system_branch=master # master, stable
|
||||||
|
|
||||||
# FreeSWITCH Settings
|
# FreeSWITCH Settings
|
||||||
switch_branch=stable # master, stable
|
switch_branch=stable # master, stable
|
||||||
switch_source=true # true (source compile) or false (binary package)
|
switch_source=false # true (source compile) or false (binary package)
|
||||||
switch_package=false # true (binary package) or false (source compile)
|
switch_package=true # true (binary package) or false (source compile)
|
||||||
switch_version=1.10.7 # which source code to download, only for source
|
switch_version=1.10.7 # which source code to download, only for source
|
||||||
switch_tls=true # true or false
|
switch_tls=true # true or false
|
||||||
switch_token= # Get the auth token from https://signalwire.com
|
switch_token= # Get the auth token from https://signalwire.com
|
||||||
# Signup or Login -> Profile -> Personal Auth Token
|
# Signup or Login -> Profile -> Personal Auth Token
|
||||||
# Database Settings
|
# Database Settings
|
||||||
database_password=random # random or a custom value (safe characters A-Z, a-z, 0-9)
|
database_password=random # random or a custom value (safe characters A-Z, a-z, 0-9)
|
||||||
database_repo=official # PostgreSQL official, system, 2ndquadrant
|
database_repo=system # PostgreSQL official, system, 2ndquadrant
|
||||||
database_version=latest # requires repo official
|
database_version=latest # requires repo official
|
||||||
database_host=127.0.0.1 # hostname or IP address
|
database_host=127.0.0.1 # hostname or IP address
|
||||||
database_port=5432 # port number
|
database_port=5432 # port number
|
||||||
database_backup=false # true or false
|
database_backup=false # true or false
|
||||||
|
|
||||||
# General Settings
|
# General Settings
|
||||||
php_version=7.4 # PHP version 7.1, 7.3, 7.4
|
php_version=7.4 # PHP version 7.3, 7.4
|
||||||
letsencrypt_folder=true # true or false
|
letsencrypt_folder=false # true or false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue