mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update version and API.
This commit is contained in:
@@ -143,8 +143,8 @@ return [
|
||||
],
|
||||
|
||||
//'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'),
|
||||
'version' => '5.3.0',
|
||||
'api_version' => '1.2.0',
|
||||
'version' => '5.3.1',
|
||||
'api_version' => '1.3.0',
|
||||
'db_version' => 15,
|
||||
'maxUploadSize' => 1073741824, // 1 GB
|
||||
'send_error_message' => env('SEND_ERROR_MESSAGE', true),
|
||||
@@ -168,7 +168,7 @@ return [
|
||||
'update_endpoint' => 'https://version.firefly-iii.org/index.json',
|
||||
'send_telemetry' => env('SEND_TELEMETRY', false),
|
||||
'telemetry_endpoint' => 'https://telemetry.firefly-iii.org',
|
||||
'layout' => env('FIREFLY_III_LAYOUT', 'v1'),
|
||||
'layout' => envNonEmpty('FIREFLY_III_LAYOUT', 'v1'),
|
||||
'update_minimum_age' => 6,
|
||||
'default_location' => [
|
||||
'longitude' => env('MAP_DEFAULT_LONG', '5.916667'),
|
||||
|
Reference in New Issue
Block a user