/var/www/cobraambalaj/config
NameSizeModeActions
analytics.php10050644editdlrm
app.php93780644editdlrm
auth.php38030644editdlrm
broadcasting.php17110644editdlrm
cache.php31990644editdlrm
cors.php8460644editdlrm
database.php50540644editdlrm
filesystems.php23100644editdlrm
hashing.php15710644editdlrm
laravellocalization.php415830644editdlrm
logging.php30040644editdlrm
mail.php33720644editdlrm
media-library.php86080644editdlrm
queue.php27660644editdlrm
services.php9500644editdlrm
session.php70410644editdlrm
translatable.php1520644editdlrm
view.php10530644editdlrm
Edit: /var/www/cobraambalaj/config/analytics.php (1005B)
env('ANALYTICS_VIEW_ID'), /* * Path to the client secret json file. Take a look at the README of this package * to learn how to get this file. You can also pass the credentials as an array * instead of a file path. */ 'service_account_credentials_json' => app_path('google-analytics/cobraambalaj-64f486e6f95c.json'), /* * The amount of minutes the Google API responses will be cached. * If you set this to zero, the responses won't be cached at all. */ 'cache_lifetime_in_minutes' => 60 * 24, /* * Here you may configure the "store" that the underlying Google_Client will * use to store it's data. You may also add extra parameters that will * be passed on setCacheConfig (see docs for google-api-php-client). * * Optional parameters: "lifetime", "prefix" */ 'cache' => [ 'store' => 'file', ], ];