diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-01-20 16:24:48 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-01-22 21:12:11 +0100 |
commit | b0b893eafd3c1d66b8681a4a6420603af42ec084 (patch) | |
tree | c81cd3621747569d16e99dc47c726af2e668601a /app/config/parameters.yml.dist | |
parent | 96fcb60c335a8985d0ebb8acec3af7c310edb70c (diff) | |
download | wallabag-b0b893eafd3c1d66b8681a4a6420603af42ec084.tar.gz wallabag-b0b893eafd3c1d66b8681a4a6420603af42ec084.tar.zst wallabag-b0b893eafd3c1d66b8681a4a6420603af42ec084.zip |
[#1604] First draft to fix SensioLabsInsight report
Diffstat (limited to 'app/config/parameters.yml.dist')
-rw-r--r-- | app/config/parameters.yml.dist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index 0c0cbff1..11d31b24 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -31,11 +31,13 @@ parameters: | |||
31 | mailer_host: 127.0.0.1 | 31 | mailer_host: 127.0.0.1 |
32 | mailer_user: ~ | 32 | mailer_user: ~ |
33 | mailer_password: ~ | 33 | mailer_password: ~ |
34 | switftmailer_username: null | ||
35 | switftmailer_password: null | ||
34 | 36 | ||
35 | locale: en | 37 | locale: en |
36 | 38 | ||
37 | # A secret key that's used to generate certain security-related tokens | 39 | # A secret key that's used to generate certain security-related tokens |
38 | secret: ThisTokenIsNotSoSecretChangeIt | 40 | secret: ovmpmAWXRCabNlMgzlzFXDYmCFfzGv |
39 | 41 | ||
40 | # wallabag misc | 42 | # wallabag misc |
41 | app.version: 2.0.0-alpha | 43 | app.version: 2.0.0-alpha |