Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 73f1fc6

Browse files
committed
Fix sqlite db path in parameters.yml.dist, ignore it
1 parent 7486e20 commit 73f1fc6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
!/var/cache
66
/var/cache/*
77
!var/cache/.gitkeep
8+
!/var/data
9+
/var/data/*
810
!/var/logs
911
/var/logs/*
1012
!var/logs/.gitkeep

app/config/parameters.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parameters:
88
database_user: root
99
database_password: ~
1010
# You should uncomment this if you want use pdo_sqlite
11-
# database_path: "%kernel.root_dir%/data.db3"
11+
# database_path: '%kernel.root_dir%/../var/data/data.sqlite'
1212

1313
mailer_transport: smtp
1414
mailer_host: 127.0.0.1

0 commit comments

Comments
 (0)