diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2019-06-05 14:37:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-05 14:37:11 +0200 |
commit | 4fa63260e4e50fa6a54b88dc2a6658bddb05789b (patch) | |
tree | 77926d37ad4bc1467c64781830ba029d219f07b8 /app/config/parameters.yml.dist | |
parent | 16e1c07553d276f6a4df8fb0f2d1aa25026d73be (diff) | |
parent | c822b20835089ccd6c1be7db6563d409e3b2859f (diff) | |
download | wallabag-4fa63260e4e50fa6a54b88dc2a6658bddb05789b.tar.gz wallabag-4fa63260e4e50fa6a54b88dc2a6658bddb05789b.tar.zst wallabag-4fa63260e4e50fa6a54b88dc2a6658bddb05789b.zip |
Merge pull request #3991 from wallabag/fix/secret
Try to force people to update the secret
Diffstat (limited to 'app/config/parameters.yml.dist')
-rw-r--r-- | app/config/parameters.yml.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index 13e2584f..0e7b9823 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -36,7 +36,7 @@ parameters: | |||
36 | locale: en | 36 | locale: en |
37 | 37 | ||
38 | # A secret key that's used to generate certain security-related tokens | 38 | # A secret key that's used to generate certain security-related tokens |
39 | secret: ovmpmAWXRCabNlMgzlzFXDYmCFfzGv | 39 | secret: CHANGE_ME_TO_SOMETHING_SECRET_AND_RANDOM |
40 | 40 | ||
41 | # two factor stuff | 41 | # two factor stuff |
42 | twofactor_auth: true | 42 | twofactor_auth: true |