14 lines
428 B
Bash
14 lines
428 B
Bash
|
|
# FusionPBX Settings
|
|
system_branch=stable # master, stable
|
|
|
|
# FreeSWITCH Settings
|
|
switch_branch=stable # master, stable
|
|
switch_source=false # true or false
|
|
switch_package=true # true or false
|
|
|
|
# General Settings
|
|
php_version=5 # PHP version 5 or 7
|
|
database_repo=official # PostgresSQL official, system, 2ndquadrant
|
|
web_server_name=nginx # nginx
|