From 6e6b36f52da6613c65ad76a19fcc564626c4f681 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 19 Mar 2019 20:28:32 -0600 Subject: [PATCH] Update config.sh --- debian/resources/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/config.sh b/debian/resources/config.sh index 42842a4..88af9b2 100755 --- a/debian/resources/config.sh +++ b/debian/resources/config.sh @@ -13,7 +13,7 @@ switch_version=1.8.4 # only for source switch_tls=true # true or false # Database Settings -database_password=random # random or a custom (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_version=latest # requires repo official database_host=127.0.0.1 # hostname or IP address