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.
1 parent 44a8dfe commit 90b97ceCopy full SHA for 90b97ce
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