fusionpbx-install.sh/ubuntu/resources/config.sh

31 lines
1.3 KiB
Bash
Raw Normal View History

2019-06-03 14:48:27 +02:00
# FusionPBX Settings
domain_name=ip_address # hostname, ip_address or a custom value
system_username=admin # default username admin
system_password=random # random or a custom value
2024-01-25 20:40:16 +01:00
system_branch=5.2 # master, 5.2
2019-06-03 14:48:27 +02:00
# FreeSWITCH Settings
switch_branch=stable # master, stable
2019-06-03 15:06:56 +02:00
switch_source=true # true or false
switch_package=false # true or false
2024-02-08 20:21:35 +01:00
switch_version=1.10.11 # only for source
2019-06-03 14:48:27 +02:00
switch_tls=true # true or false
# Sofia-Sip Settings
2023-12-06 18:48:09 +01:00
sofia_version=1.13.17 # release-version for sofia-sip to use
2019-06-03 14:48:27 +02:00
# 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)
2019-06-03 14:48:27 +02:00
database_password=random # random or a custom value (safe characters A-Z, a-z, 0-9)
database_repo=system # PostgreSQL official, system, 2ndquadrant
database_version=13 # requires repo official
2019-06-03 14:48:27 +02:00
database_host=127.0.0.1 # hostname or IP address
database_port=5432 # port number
database_backup=false # true or false
# General Settings
php_version=7.4 # PHP version 5.6 or 7.0, 7.1, 7.2
2019-06-03 14:48:27 +02:00
letsencrypt_folder=true # true or false