-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[WIP] Adding a quick note explaining paramters.yml.dist a little #701
Conversation
Also adding a description to one key that is a little less obvious
I think you meant
|
@@ -1,3 +1,4 @@ | |||
# This file is a "template" or what your parameters.yml file should look like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe I'm wrong, but I think that there is a typo:
# This file is a "template" or what your ...
# This file is a "template" of what your ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should -> could ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In my opinion "should" is better because this is a best practice agreed by almost all developers.
@@ -12,4 +13,6 @@ parameters: | |||
mailer_password: ~ | |||
|
|||
locale: en | |||
|
|||
# A secret key that's used for certain things, like generating CSRF tokens |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CSRF system does not use it anymore in 2.4+
@weaverryan Is it still WIP? |
@fabpot Sorry - we can merge it, and I can add an additional note later when the docs are ready. |
Thank you @weaverryan. |
Hi guys!
This is really simple, but a WIP because I also want to add an additional link at the top to symfony/symfony-docs#4174 after it's created.
Thanks!