Skip to content

Commit 043429f

Browse files
authored
Merge pull request #345 from symfony-cmf/move-sqlite
Move sqlite database to var/
2 parents 2278daf + f68b524 commit 043429f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
/web/bundles/
1717

1818
/app/config/phpcr.yml
19-
/app/app.sqlite
2019
/jackrabbit/
2120
/jackrabbit-standalone-*.jar
2221
/vagrant/.vagrant

app/config/parameters.yml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ parameters:
1616
database_name:
1717
database_user:
1818
database_password:
19-
database_path: '%kernel.root_dir%/app.sqlite'
19+
database_path: '%kernel.root_dir%/../var/app.sqlite'
2020

2121
mailer_transport: smtp
2222
mailer_host: localhost

0 commit comments

Comments
 (0)