Update config.sh

This commit is contained in:
FusionPBX 2017-10-12 17:30:19 -06:00 committed by GitHub
parent 712fb0bd0b
commit 5145dc3266
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ switch_package=true # true or false
# Database Settings # Database Settings
database_password=random # random or a custom value database_password=random # random or a custom value
database_repo=official # PostgresSQL official, system, 2ndquadrant database_repo=official # PostgresSQL official, system, 2ndquadrant
database_host=127.0.0.1 # hostname or IP address
database_port=5432 # port number
database_backup=false # true or false database_backup=false # true or false
# General Settings # General Settings