Add config.php at root; include configuration overhaul and then fixes to the installer #156
This commit is contained in:
@@ -4,7 +4,7 @@ return [
|
||||
'tracking_id' => 'UA-100567975-1',
|
||||
'protocol_version' => 1,
|
||||
'is_ssl' => false,
|
||||
'is_disabled' => env('APP_ANALYTICS_DISABLED', false),
|
||||
'is_disabled' => false,
|
||||
'anonymize_ip' => false,
|
||||
'async_requests' => false,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user