<?php 
 
return [ 
    /* 
    |-------------------------------------------------------------------------- 
    | HackerEarth API KEY 
    |-------------------------------------------------------------------------- 
    | 
    | https://api.hackerearth.com/v3/code/ 
    | https://api.hackerearth.com/v3/code/ 
    | 
    */ 
    'api_key' => env('HACKEREARTH_SECRET_KEY', 'CLIENT_SECRET_KEY'), 
]; 
 
 
 
 |