Módulo VPSManager para WHMCS con configuración externa, acceso seguro al panel y métricas Graphite para LX.
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.
 
 
 
 
 
 

11 lines
371 B

  1. <?php
  2. return [
  3. 'vpsmanager_api_url' => '',
  4. 'graphite_url' => '',
  5. 'graphite_auth' => 'none', // Set to basic when the Graphite HTTPS proxy requires it.
  6. 'graphite_username' => '',
  7. 'graphite_password' => '',
  8. 'graphs_authorization_confirmed' => false,
  9. 'graphs_url' => '', // Optional existing full graphs UI base URL; review its authorization.
  10. ];