This commit is contained in:
@@ -17,10 +17,6 @@ return [
|
||||
'locale' => env('APP_LOCALE', 'en'),
|
||||
'fallback_locale' => 'en',
|
||||
|
||||
// This sends install and vaCentral specific information to help with
|
||||
// optimizations and figuring out where slowdowns might be happening
|
||||
'analytics' => true,
|
||||
|
||||
//
|
||||
// Anything below here won't need changing and could break things
|
||||
//
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'tracking_id' => 'UA-100567975-1',
|
||||
'tracking_id' => 'UA-100567975-4',
|
||||
'protocol_version' => 1,
|
||||
'is_ssl' => false,
|
||||
'is_ssl' => true,
|
||||
'is_disabled' => false,
|
||||
'anonymize_ip' => false,
|
||||
'async_requests' => false,
|
||||
'anonymize_ip' => true,
|
||||
'async_requests' => true,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user