16 lines
402 B
Bash
16 lines
402 B
Bash
|
|
# FusionPBX Settings
|
|
system_branch=stable # master, stable
|
|
|
|
# FreeSWITCH Settings
|
|
switch_source=false # true or false
|
|
switch_package=true # true or false
|
|
switch_branch=stable # master, stable
|
|
|
|
# General Settings
|
|
cpu_architecture=x86 # arm, x86_64
|
|
cpu_mode=64 # 32 or 64 bit
|
|
php_version=5 # PHP version 5 or 7
|
|
database_version=9.6 # PostgresSQL 9.4 or 9.6
|
|
web_server_name=nginx # nginx
|