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

Commit 770b121

Browse files
chalasrfabpot
authored andcommitted
Fix ability to uncomment the sqlite path easily
1 parent c617fff commit 770b121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ doctrine:
6363
# e.g. database_path: "%kernel.root_dir%/data/data.db3"
6464
# 2. Uncomment database_path in parameters.yml.dist
6565
# 3. Uncomment next line:
66-
# path: "%database_path%"
66+
#path: "%database_path%"
6767

6868
orm:
6969
auto_generate_proxy_classes: "%kernel.debug%"

0 commit comments

Comments
 (0)