15 lines
476 B
Bash
Executable File
15 lines
476 B
Bash
Executable File
|
|
# 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
|
|
database_backup=false # true or false
|
|
web_server_name=nginx # nginx
|