diff --git a/setup.sh b/setup.sh index bc05e02..7d3b1b4 100755 --- a/setup.sh +++ b/setup.sh @@ -34,7 +34,6 @@ docker run --rm --entrypoint="/bin/sh" \ SHARED_SECRET=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 50) echo echo "Registration shared secret: $SHARED_SECRET" -echo "Make sure to copy it!" -echo echo "Database URI: postgres://dendrite:$DB_PASSWORD@postgres/dendrite?sslmode=disable" +echo echo "Make sure to save this information securely!"