mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Updated shlink-installer with support for orphan visits tracking option
This commit is contained in:
parent
3ed6953d0b
commit
bd09b1571a
@ -51,7 +51,7 @@
|
|||||||
"shlinkio/shlink-config": "^1.0",
|
"shlinkio/shlink-config": "^1.0",
|
||||||
"shlinkio/shlink-event-dispatcher": "^2.0",
|
"shlinkio/shlink-event-dispatcher": "^2.0",
|
||||||
"shlinkio/shlink-importer": "^2.2",
|
"shlinkio/shlink-importer": "^2.2",
|
||||||
"shlinkio/shlink-installer": "dev-develop#1ed5ac8 as 5.4",
|
"shlinkio/shlink-installer": "dev-develop#c489d3f as 5.4",
|
||||||
"shlinkio/shlink-ip-geolocation": "^1.5",
|
"shlinkio/shlink-ip-geolocation": "^1.5",
|
||||||
"symfony/console": "^5.1",
|
"symfony/console": "^5.1",
|
||||||
"symfony/filesystem": "^5.1",
|
"symfony/filesystem": "^5.1",
|
||||||
|
@ -41,6 +41,7 @@ return [
|
|||||||
Option\UrlShortener\RedirectStatusCodeConfigOption::class,
|
Option\UrlShortener\RedirectStatusCodeConfigOption::class,
|
||||||
Option\UrlShortener\RedirectCacheLifeTimeConfigOption::class,
|
Option\UrlShortener\RedirectCacheLifeTimeConfigOption::class,
|
||||||
Option\UrlShortener\AutoResolveTitlesConfigOption::class,
|
Option\UrlShortener\AutoResolveTitlesConfigOption::class,
|
||||||
|
Option\UrlShortener\OrphanVisitsTrackingConfigOption::class,
|
||||||
],
|
],
|
||||||
|
|
||||||
'installation_commands' => [
|
'installation_commands' => [
|
||||||
|
@ -13,7 +13,7 @@ return [
|
|||||||
'schema' => 'https',
|
'schema' => 'https',
|
||||||
'hostname' => '',
|
'hostname' => '',
|
||||||
],
|
],
|
||||||
'validate_url' => false,
|
'validate_url' => false, // Deprecated
|
||||||
'anonymize_remote_addr' => true,
|
'anonymize_remote_addr' => true,
|
||||||
'visits_webhooks' => [],
|
'visits_webhooks' => [],
|
||||||
'default_short_codes_length' => DEFAULT_SHORT_CODES_LENGTH,
|
'default_short_codes_length' => DEFAULT_SHORT_CODES_LENGTH,
|
||||||
|
Loading…
Reference in New Issue
Block a user