]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/parameters.yml.dist
Merge pull request #4160 from wallabag/dependabot/composer/phpstan/phpstan-0.11.19
[github/wallabag/wallabag.git] / app / config / parameters.yml.dist
index 13e2584f25b9a192a7816da2fe7bb34c1ee5de22..9948fa46fa847d7091f33c150e9bbcd3ccbc9718 100644 (file)
@@ -36,7 +36,7 @@ parameters:
     locale: en
 
     # A secret key that's used to generate certain security-related tokens
-    secret: ovmpmAWXRCabNlMgzlzFXDYmCFfzGv
+    secret: CHANGE_ME_TO_SOMETHING_SECRET_AND_RANDOM
 
     # two factor stuff
     twofactor_auth: true
@@ -63,3 +63,6 @@ parameters:
     redis_port: 6379
     redis_path: null
     redis_password: null
+
+    # sentry logging
+    sentry_dsn: ~