RTL/docker/scripts
saubyk 1a6cb0b0a8 Source .env in seed.sh so it prints the real password
Docker Compose reads .env automatically; bash does not. seed.sh referenced
${RTL_PASSWORD:-password} without sourcing it, so the default always won and
the summary told the user to log in with 'password' -- the blacklisted value
this branch just removed.
2026-07-16 00:15:20 -07:00
..
seed.sh Source .env in seed.sh so it prints the real password 2026-07-16 00:15:20 -07:00