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

32 lines
1.8 KiB
Bash
Raw Normal View History

2017-03-04 18:36:42 +01:00
2017-03-04 19:21:28 +01: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
system_branch=master # master, stable
2017-03-04 19:21:28 +01:00
# FreeSWITCH Settings
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_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
2017-03-19 05:51:37 +01:00
# Database Settings
2022-10-12 18:16:58 +02:00
database_name=fusionpbx # Database name (safe characters A-Z, a-z, 0-9)
2022-10-12 18:13:01 +02:00
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)
2022-11-30 23:32:16 +01:00
database_repo=system # PostgreSQL official, system
database_version=latest # requires repo official
database_host=127.0.0.1 # hostname or IP address
database_port=5432 # port number
database_backup=false # true or false
2017-03-19 05:51:37 +01:00
# General Settings
php_version=7.4 # PHP version 7.1, 7.3, 7.4
letsencrypt_folder=true # true or false