config.ps1 705 B

123456789101112131415161718
  1. # FusionPBX Settings
  2. $domain_name = "hostname" # hostname, ip_address or a custom value
  3. $system_username = "admin" # default username admin
  4. $system_password = "random" # random or a custom value
  5. $system_branch = "master" # master, stable
  6. $system_directory = "${env:SystemDrive}\inetpub\FusionPBX"
  7. # FreeSWITCH Settings
  8. $switch_version = "1.6" # *1.6.*
  9. # Database Settings
  10. $database_password = "random" # random or a custom value
  11. # General Settings
  12. $php_version = 7 # PHP version 7
  13. $web_server = "IIS" # nginx or IIS
  14. $iis_identity = "LocalSystem" # localSystem or NetworkService