Update config.sh
This commit is contained in:
parent
dafbcd4d4f
commit
b891a5c3f0
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
# FusionPBX Settings
|
||||
domain_name=auto # auto-ip or as a pre-set domain name or IP address
|
||||
domain_name=ip_address # hostname, ip_address or a custom value
|
||||
system_username=admin # default username admin
|
||||
system_password=random # random or as a pre-set value
|
||||
system_password=random # random or a custom value
|
||||
system_branch=stable # master, stable
|
||||
|
||||
# FreeSWITCH Settings
|
||||
|
|
@ -11,8 +11,8 @@ switch_source=false # true or false
|
|||
switch_package=true # true or false
|
||||
|
||||
# Database Settings
|
||||
database_password=random # random or as a pre-set value
|
||||
database_repo=official # PostgresSQL official, system, 2ndquadrant
|
||||
database_password=random # random or a custom value
|
||||
database_repo=official # PostgresSQL official, system, 2ndquadrant
|
||||
database_backup=false # true or false
|
||||
|
||||
# General Settings
|
||||
|
|
|
|||
Loading…
Reference in New Issue