mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-09-23 10:04:00 +02:00
wger reads PS_DATABASE_URI before the DJANGO_DB_* variables (settings/main.py on both 2.6 and 2.7), so a user who sets it through env_vars gets a database the DJANGO_DB_* defaults have no part in. The informational line asserted DJANGO_DB_DATABASE unconditionally and printed its value; it now names no single variable and logs no value, since PS_DATABASE_URI carries credentials. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>