Update Switch, Sofia and Postgresql version

Debian 12, Switch 1.10.10, Sofia 1.13.16, and PostgreSQL 15
This commit is contained in:
FusionPBX 2023-09-06 17:29:53 -06:00 committed by GitHub
parent 85380ba815
commit 156ddccf44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -9,19 +9,19 @@ system_branch=master # master, stable
switch_branch=stable # master, stable
switch_source=true # true (source compile) or false (binary package)
switch_package=false # true (binary package) or false (source compile)
switch_version=1.10.9 # which source code to download, only for source
switch_version=1.10.10 # which source code to download, only for source
switch_tls=true # true or false
switch_token= # Get the auth token from https://signalwire.com
# Signup or Login -> Profile -> Personal Auth Token
# Sofia-Sip Settings
sofia_version=1.13.13 # release-version for sofia-sip to use
sofia_version=1.13.16 # release-version for sofia-sip to use
# Database Settings
database_name=fusionpbx # Database name (safe characters A-Z, a-z, 0-9)
database_username=fusionpbx # Database username (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=system # PostgreSQL official, system
database_version=13 # requires repo official
database_version=15 # requires repo official
database_host=127.0.0.1 # hostname or IP address
database_port=5432 # port number
database_backup=false # true or false