Módulo VPSManager para WHMCS con configuración externa, acceso seguro al panel y métricas Graphite para LX.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

26 行
1.2 KiB

  1. <?php
  2. return [
  3. 'backups' => [
  4. 'enabled' => false,
  5. // Entitlement is fixed in code: applicable Backup diario must be integer 1.
  6. 'endpoint' => '', // Fixed HTTPS CGI path without query, fragment or embedded credentials.
  7. 'username' => '', // HTTP Basic over verified TLS; prefer a dedicated integration identity; administrative privileges are an accepted residual risk.
  8. 'password' => '',
  9. 'source_timezone' => '', // Verified IANA identifier, never inferred.
  10. 'connect_timeout_seconds' => 2,
  11. 'timeout_seconds' => 5,
  12. 'max_response_bytes' => 2097152,
  13. 'cache_directory' => '', // Existing private directory, mode 0700, outside web roots/aliases.
  14. 'cache_ttl_seconds' => 120,
  15. 'stale_max_age_seconds' => 900,
  16. 'max_visible_copies' => 5,
  17. ],
  18. 'vpsmanager_api_url' => '',
  19. 'graphite_url' => '',
  20. 'graphite_auth' => 'none', // Set to basic when the Graphite HTTPS proxy requires it.
  21. 'graphite_username' => '',
  22. 'graphite_password' => '',
  23. 'graphs_authorization_confirmed' => false,
  24. 'graphs_url' => '', // Optional existing full graphs UI base URL; review its authorization.
  25. ];