Przeglądaj źródła

Create config.sh

FusionPBX 8 lat temu
rodzic
commit
0259756941
1 zmienionych plików z 18 dodań i 0 usunięć
  1. 18 0
      centos/resources/config.sh

+ 18 - 0
centos/resources/config.sh

@@ -0,0 +1,18 @@
+
+# FusionPBX Settings
+system_username=admin           # default username admin
+system_password=random          # random or as a pre-set value
+system_branch=stable            # master, stable
+
+# FreeSWITCH Settings
+switch_branch=stable            # master, stable
+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_repo=official          # PostgresSQL official, system, 2ndquadrant
+database_backup=false           # true or false
+
+# General Settings
+php_version=7                   # PHP version 5 or 7