Test matomo tracker

This commit is contained in:
2024-04-01 18:02:39 +02:00
parent c8775f0449
commit 5725307213
9 changed files with 26 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ return [
/**
* The auth token of your user
*/
'tokenAuth' => env('MATOMO_AUTH_TOKEN', ''),
'tokenAuth' => env('MATOMO_AUTH_TOKEN', '3a58110f13366a6438f86a17bf6d2d4c'),
/**
* For queuing the tracking you can use custom queue names. Use 'default' if you want to run the queued items within the standard queue.