We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c174d9 + 90b97ce commit a4fb101Copy full SHA for a4fb101
passgen.sh
@@ -15,3 +15,4 @@ PASSWORD=$(head -c 500 /dev/urandom | tr -dc 'a-zA-Z0-9@%^&?-' | fold -w 32 | he
15
fi
16
echo "${SERVICE}_PASSWORD='${PASSWORD}'" >> .env
17
done
18
+echo "INDEXER_PASSWORD='$(head -c 500 /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 20 | head -n 1)'" >> .env
0 commit comments