There was an error while loading. Please reload this page.
1 parent f4a5c2d commit da1cd1aCopy full SHA for da1cd1a
2 files changed
demo/symfony8/.env.test
@@ -7,4 +7,4 @@ KERNEL_CLASS='App\Kernel'
7
APP_SECRET=test_secret
8
9
# DATABASE_URL: isolated SQLite database for demo tests.
10
-DATABASE_URL="sqlite:///%kernel.project_dir%/var/test.db"
+DATABASE_URL=mysql://app:app@db:3306/app?serverVersion=8.4&charset=utf8mb4
demo/symfony8/.gitignore
@@ -30,3 +30,8 @@
30
*.tgz
31
*.rar
32
*.7z
33
+
34
+# SQLite artifacts (REQ-DEMO-011 — demos use MySQL)
35
+*.db
36
+*.sqlite
37
+*.sqlite3
0 commit comments