Módulo VPSManager para WHMCS con configuración externa, acceso seguro al panel y métricas Graphite para LX.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

11 rindas
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. ];