Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

[WIP] Adding a quick note explaining paramters.yml.dist a little #701

Closed
wants to merge 3 commits into from
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/config/parameters.yml.dist
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file is a "template" of what your parameters.yml file should look like
parameters:
database_driver: pdo_mysql
database_host: 127.0.0.1
Expand All @@ -12,4 +13,6 @@ parameters:
mailer_password: ~

locale: en

# A secret key that's used for certain things, like generating CSRF tokens
Copy link
Member

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+

secret: ThisTokenIsNotSoSecretChangeIt