Add config.php at root; include configuration overhaul and then fixes to the installer #156

This commit is contained in:
Nabeel Shahzad
2018-01-29 13:16:39 -06:00
parent b1759d9276
commit f660af5c3b
17 changed files with 337 additions and 194 deletions

View File

@@ -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,
];