File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55! /var /cache
66/var /cache /*
77! var /cache /.gitkeep
8+ ! /var /data
89! /var /logs
910/var /logs /*
1011! var /logs /.gitkeep
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ web_profiler:
2121# In this case we just need to define a different path for the application database.
2222doctrine :
2323 dbal :
24- path : " %kernel.root_dir%/data/blog_test.sqlite"
24+ path : " %kernel.root_dir%/../var/ data/blog_test.sqlite"
2525
2626# this configuration simplifies testing URLs protected by the security mechanism
2727# See http://symfony.com/doc/current/cookbook/testing/http_authentication.html
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ parameters:
1717 # this demo application uses an embedded SQLite database to simplify setup.
1818 # in a real Symfony application you probably will use a MySQL or PostgreSQL database
1919 # the path must be relative or else it will not work on Windows
20- env(DATABASE_URL): 'sqlite:///%kernel.root_dir%/data/blog.sqlite'
20+ env(DATABASE_URL): 'sqlite:///%kernel.root_dir%/../var/ data/blog.sqlite'
2121
2222 # Uncomment this line to use a MySQL database instead of SQLite (and remove
2323 # the "doctrine" section from config_dev.yml regarding SQLite):
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments