We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dadd550 commit 3ac6b2dCopy full SHA for 3ac6b2d
.env.dev
@@ -3,4 +3,6 @@ APP_SECRET=db451bc84dc761db739dbafc78798b9e
3
# Default dev database uses sqlite so there is no need for a database daemon.
4
DATABASE_URL=sqlite3:///%kernel.project_dir%/var/data.db
5
# Dummy default so that checks work whitout any config
6
-MAILER_DSN=smtp://localhost
+MAILER_DSN=smtp://localhost
7
+# Automatically trigger Xdebug3 on requests
8
+XDEBUG_TRIGGER=1
0 commit comments