config.sh 1.5 KB

1234567891011121314151617181920212223242526
  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=false # true (source compile) or false (binary package)
  9. switch_package=true # 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. # Database Settings
  15. database_password=random # random or a custom value (safe characters A-Z, a-z, 0-9)
  16. database_repo=system # PostgreSQL official, system, 2ndquadrant
  17. database_version=latest # requires repo official
  18. database_host=127.0.0.1 # hostname or IP address
  19. database_port=5432 # port number
  20. database_backup=false # true or false
  21. # General Settings
  22. php_version=7.4 # PHP version 7.3, 7.4
  23. letsencrypt_folder=false # true or false