Skip to content

Commit 2781736

Browse files
committed
parameters with hochkomma
1 parent 25a690f commit 2781736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/parameters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
22
### 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
33
### 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
55
database_driver: pdo_pgsql
66
database_host: localhost
77
database_port: 5432

0 commit comments

Comments
 (0)