Skip to content

Commit f68b524

Browse files
committed
Move sqlite database to var/
1 parent 2278daf commit f68b524

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)