You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/config/parameters.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
parameters:
2
2
### todo: switch to using dsn urls, see https://www.doctrine-project.org/projects/doctrine-dbal/en/2.9/reference/configuration.html#connecting-using-a-url
3
3
### To avoid suprises, a DSN can be constructed here from parts, at least for the shipping default parameters
4
-
### Connection definition in config.yml should only use url: %database_dsn% though
4
+
### Connection definition in config.yml should only use url: '%database_dsn%' though
0 commit comments