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 9c7a1ef commit 13c3d69Copy full SHA for 13c3d69
1 file changed
build/before_install.sh
@@ -43,5 +43,5 @@ fi
43
#
44
if [ "$DB" == "memory" ] ; then
45
echo "Setting up in memory sqlite ..."
46
- printf "" > app/.env
+ printf "UF_MODE=\"debug\"\nDB_DRIVER=\"mysql\"\nDB_HOST=\"localhost\"\nDB_PORT=\"3306\"\nDB_NAME=\"userfrosting\"\nDB_USER=\"travis\"\nDB_PASSWORD=\"\"\n" > app/.env
47
fi
0 commit comments