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

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