PHP Classes

File: config/newRelic.php

Recommend this page to a friend!
  Classes of Leonardo Di Sarli   Ala PHP API Micro-Framework   config/newRelic.php   Download  
File: config/newRelic.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Ala PHP API Micro-Framework
Generate base code for API using a query builder
Author: By
Last change:
Date: 6 months ago
Size: 237 bytes
 

Contents

Class file image Download
<?php

return [
   
'override_ini' => env('NEW_RELIC_OVERRIDE_INI', false),
   
'application_name' => env('NEW_RELIC_APP_NAME', ini_get('newrelic.appname')),
   
'license' => env('NEW_RELIC_LICENSE_KEY', ini_get('newrelic.license')),
];