diff options
Diffstat (limited to 'app/config/parameters.yml.dist')
-rw-r--r-- | app/config/parameters.yml.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index 1da778f4..26a23f54 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -18,3 +18,5 @@ parameters: | |||
18 | 18 | ||
19 | # A secret key that's used to generate certain security-related tokens | 19 | # A secret key that's used to generate certain security-related tokens |
20 | secret: ThisTokenIsNotSoSecretChangeIt | 20 | secret: ThisTokenIsNotSoSecretChangeIt |
21 | |||
22 | download_pictures: false # if true, pictures will be stored into data/assets for each article \ No newline at end of file | ||