docs updated

This commit is contained in:
2023-02-28 15:18:25 -08:00
parent d162e456a6
commit 42a6e0734a
4 changed files with 117 additions and 14 deletions

View File

@@ -138,7 +138,7 @@ echo "DBUSER=theuser${GEN}" >> .env
GEN=`echo $RANDOM | md5sum | head -c 12`
echo "DBPASSWORD=${GEN}" >> .env
echo '' >> .env
echo '# DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8&charset=utf8mb4"' >> .env
echo '# DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=mariadb-10.4.11&charset=utf8mb4"' >> .env
# TODO: move these here after you have symfony production ready