diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-22 10:14:37 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-22 10:14:37 +0100 |
commit | 2b9fe72b397a239c40f8c66d83506e0e2e8d5854 (patch) | |
tree | b6d4284ae6dfe6b2ed12ec7fe4fa6438efe8b081 /app | |
parent | 93fd4692f6eb753cae16358131c8049d84cfbb41 (diff) | |
download | wallabag-2b9fe72b397a239c40f8c66d83506e0e2e8d5854.tar.gz wallabag-2b9fe72b397a239c40f8c66d83506e0e2e8d5854.tar.zst wallabag-2b9fe72b397a239c40f8c66d83506e0e2e8d5854.zip |
remove foo test
Diffstat (limited to 'app')
-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 | ||