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

Commit afd4cd4

Browse files
committed
minor #701 [WIP] Adding a quick note explaining paramters.yml.dist a little (weaverryan)
This PR was squashed before being merged into the 2.3 branch (closes #701). Discussion ---------- [WIP] Adding a quick note explaining paramters.yml.dist a little 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! Commits ------- 2f58ce7 [WIP] Adding a quick note explaining paramters.yml.dist a little
2 parents c76aa42 + 2f58ce7 commit afd4cd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/config/parameters.yml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# This file is a "template" of what your parameters.yml file should look like
12
parameters:
23
database_driver: pdo_mysql
34
database_host: 127.0.0.1
@@ -14,4 +15,6 @@ parameters:
1415
mailer_password: ~
1516

1617
locale: en
18+
19+
# A secret key that's used to generate certain security-related tokens
1720
secret: ThisTokenIsNotSoSecretChangeIt

0 commit comments

Comments
 (0)