chore: Add deprecation changelog snippet

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2326>
This commit is contained in:
Georg Krause 2023-01-23 08:54:24 +01:00
parent c07aa0dbec
commit 7504a5fa53
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
The automatically generated 'DATABASE_URL' configuration in the docker setup is deprecated, please
configure either the 'DATABASE_URL' environment variable or the 'DATABASE_HOST', 'DATABASE_USER' and
'DATABASE_PASSWORD' environment variables instead.