Fork of FusionPBX but with LDAP kinda working
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.6 KiB

  1. # FusionPBX Settings
  2. domain_name=ip_address # 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. # FreeSWITCH Settings
  7. switch_branch=stable # master, stable
  8. switch_source=true # true (source compile) or false (binary package)
  9. switch_package=false # true (binary package) or false (source compile)
  10. switch_version=1.10.7 # which source code to download, only for source
  11. switch_tls=true # true or false
  12. switch_token= # Get the auth token from https://signalwire.com
  13. # Signup or Login -> Profile -> Personal Auth Token
  14. # Sofia-Sip Settings
  15. sofia_version=1.13.8 # release-version for sofia-sip to use
  16. # Database Settings
  17. database_password=random # random or a custom value (safe characters A-Z, a-z, 0-9)
  18. database_repo=official # PostgreSQL official, system, 2ndquadrant
  19. database_version=latest # requires repo official
  20. database_host=127.0.0.1 # hostname or IP address
  21. database_port=5432 # port number
  22. database_backup=false # true or false
  23. # General Settings
  24. php_version=7.4 # PHP version 7.1, 7.3, 7.4
  25. letsencrypt_folder=true # true or false