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 cc736ed commit ac1490eCopy full SHA for ac1490e
1 file changed
build/before_install.sh
@@ -28,7 +28,7 @@ if [ "$DB" == "pgsql" ] ; then
28
psql -c "GRANT ALL PRIVILEGES ON DATABASE userfrosting TO postgres;" -U postgres
29
printf "UF_MODE=\"debug\"\nDB_DRIVER=\"pgsql\"\nDB_HOST=\"localhost\"\nDB_PORT=\"5432\"\nDB_NAME=\"userfrosting\"\nDB_USER=\"postgres\"\nDB_PASSWORD=\"\"\nTEST_DB=\"default\"\n" > app/.env
30
fi
31
-s
+
32
#
33
# set up sqlite
34
0 commit comments