mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add URL of (inactive) telemetry endpoint.
This commit is contained in:
parent
c6d17e9bd7
commit
1e9596bba0
@ -162,6 +162,7 @@ return [
|
|||||||
'cer_provider' => envNonEmpty('CER_PROVIDER', 'fixer'),
|
'cer_provider' => envNonEmpty('CER_PROVIDER', 'fixer'),
|
||||||
'update_endpoint' => 'https://version.firefly-iii.org/index.json',
|
'update_endpoint' => 'https://version.firefly-iii.org/index.json',
|
||||||
'send_telemetry' => env('SEND_TELEMETRY', false),
|
'send_telemetry' => env('SEND_TELEMETRY', false),
|
||||||
|
'telemetry_endpoint' => 'https://telemetry.firefly-iii.org/',
|
||||||
'update_minimum_age' => 6,
|
'update_minimum_age' => 6,
|
||||||
'default_location' => [
|
'default_location' => [
|
||||||
'longitude' => env('MAP_DEFAULT_LONG', '5.916667'),
|
'longitude' => env('MAP_DEFAULT_LONG', '5.916667'),
|
||||||
|
Loading…
Reference in New Issue
Block a user