Updated changelog and upgrading doc

This commit is contained in:
Alejandro Celaya
2022-01-15 16:55:57 +01:00
parent a1366f0ef1
commit 199d976e3d
2 changed files with 2 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
* `VALIDATE_URLS`: There's no replacement. URLs are not validated, unless explicitly requested during creation or edition.
* The next env vars behavior has changed:
* `DELETE_SHORT_URL_THRESHOLD`: Now, if this env var is not provided, the "visits threshold" won't be checked at all when deleting short URLs. Make sure you explicitly provide a value if you want to enable this feature.
* Environment variables now have precedence over configuration set via the installer tool.
### Other changes