Skip to content

Commit

Permalink
parameters with hochkomma
Browse files Browse the repository at this point in the history
  • Loading branch information
astroidex committed Sep 28, 2022
1 parent 25a690f commit 2781736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/parameters.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
### 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
### To avoid suprises, a DSN can be constructed here from parts, at least for the shipping default parameters
### Connection definition in config.yml should only use url: %database_dsn% though
### Connection definition in config.yml should only use url: '%database_dsn%' though
database_driver: pdo_pgsql
database_host: localhost
database_port: 5432
Expand Down

0 comments on commit 2781736

Please sign in to comment.