Explorar el Código

Add additional database settings.

FusionPBX hace 2 años
padre
commit
1887bef722
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  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