From 1887bef722824518a091145c27f5a142683b3165 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 13 Oct 2022 15:11:13 -0600 Subject: [PATCH] Add additional database settings. --- centos/resources/config.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/centos/resources/config.sh b/centos/resources/config.sh index a342609..22da8da 100755 --- a/centos/resources/config.sh +++ b/centos/resources/config.sh @@ -10,4 +10,10 @@ 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_name=fusionpbx # Database name (safe characters A-Z, a-z, 0-9) +database_username=fusionpbx # Database username (safe characters A-Z, a-z, 0-9) +database_password=random # random or a custom value (safe characters A-Z, a-z, 0-9) +database_repo=official # PostgreSQL official, system, 2ndquadrant +database_host=127.0.0.1 # hostname or IP address +database_port=5432 # port number +database_backup=false # true or false