A bunch of empty pages as a place-holder for future telemetry efforts.

This commit is contained in:
James Cole
2020-03-11 08:13:23 +01:00
parent 9e9b55da8e
commit 9f8bf6d495
9 changed files with 222 additions and 1 deletions

View File

@@ -134,6 +134,7 @@ return [
],
'feature_flags' => [
'export' => true,
'telemetry' => false,
],
'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'),
@@ -160,6 +161,7 @@ return [
'login_provider' => envNonEmpty('LOGIN_PROVIDER', 'eloquent'),
'cer_provider' => envNonEmpty('CER_PROVIDER', 'fixer'),
'update_endpoint' => 'https://version.firefly-iii.org/index.json',
'send_telemetry' => env('SEND_TELEMETRY', false),
'update_minimum_age' => 6,
'default_location' => [
'longitude' => env('MAP_DEFAULT_LONG', '5.916667'),