Update config.sh
This commit is contained in:
parent
4287a38470
commit
6e3851a1ae
|
|
@ -1 +1,15 @@
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue