Skip to content

Commit a74fd31

Browse files
committed
replaced DB_URL by DATABASE_URL
1 parent 02a0ebc commit a74fd31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doctrine/doctrine-bundle/1.6/etc/packages/doctrine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
doctrine:
22
dbal:
3-
url: "%env(DB_URL)%"
3+
url: "%env(DATABASE_URL)%"
44
orm:
55
auto_generate_proxy_classes: "%kernel.debug%"
66
naming_strategy: doctrine.orm.naming_strategy.underscore

doctrine/doctrine-bundle/1.6/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"env": {
1010
"#1": "For a sqlite database, use: \"sqlite:///%kernel.project_dir%/var/data.db\"",
11-
"DB_URL": "mysql://root@127.0.0.1:3306/symfony?charset=utf8mb4"
11+
"DATABASE_URL": "mysql://root@127.0.0.1:3306/symfony?charset=utf8mb4"
1212
},
1313
"aliases": ["doctrine", "orm"]
1414
}

0 commit comments

Comments
 (0)