/var/www/flurhymez/config
NameSizeModeActions
analytics.php10020644editdlrm
app.php94520644editdlrm
auth.php36660644editdlrm
broadcasting.php17110644editdlrm
cache.php32740644editdlrm
cors.php8460644editdlrm
database.php50540644editdlrm
filesystems.php24450644editdlrm
hashing.php15710644editdlrm
laravellocalization.php416470644editdlrm
logging.php35650644editdlrm
mail.php35480644editdlrm
media-library.php89280644editdlrm
queue.php29060644editdlrm
sanctum.php17610644editdlrm
services.php9500644editdlrm
session.php70410644editdlrm
translatable.php1520644editdlrm
view.php10530644editdlrm
Edit: /var/www/flurhymez/config/analytics.php (1002B)
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/flurhymez-7e4f13e3a528.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', ], ];