env('MATOMO_URL', 'https://matomo.soson.eu'), /** * The id of the site that should be tracked */ 'idSite' => env('MATOMO_SITE_ID', 3), /** * The auth token of your user */ '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. */ 'queue' => env('MATOMO_QUEUE', 'matomotracker'), /** * Optionally set a custom queue connection. Laravel defaults to "sync". */ 'queueConnection' => env('MATOMO_QUEUE_CONNECTION', 'default'), ];