Browse Source

Add additional database settings.

FusionPBX 2 years ago
parent
commit
1887bef722
1 changed files with 7 additions and 1 deletions
  1. 7 1
      centos/resources/config.sh

+ 7 - 1
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