Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMalfait committed Nov 15, 2024
1 parent 832d609 commit 0c37a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fi
echo "# === Randomly generated secrets ===" >>.env
echo "APP_SECRET=$(openssl rand -base64 32)" >>.env
echo "" >>.env
echo "PGPASSWORD_SUPERUSER=$(openssl rand -base64 32 | tr -dc 'a-zA-Z0-9')" >>.env
echo "PGPASSWORD_SUPERUSER=$(openssl rand -hex 16)" >>.env

echo -e "\t• .env configuration completed"

Expand Down

0 comments on commit 0c37a83

Please sign in to comment.