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 | |
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')
-rw-r--r-- | app/config/parameters.yml.dist | 4 | ||||
-rw-r--r-- | app/config/tests/parameters.yml.dist.mysql | 2 | ||||
-rw-r--r-- | app/config/tests/parameters.yml.dist.pgsql | 2 | ||||
-rw-r--r-- | app/config/tests/parameters.yml.dist.sqlite | 2 |
4 files changed, 9 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 |
diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql index 88b1d2b4..bd45f091 100644 --- a/app/config/tests/parameters.yml.dist.mysql +++ b/app/config/tests/parameters.yml.dist.mysql | |||
@@ -21,6 +21,8 @@ parameters: | |||
21 | mailer_host: 127.0.0.1 | 21 | mailer_host: 127.0.0.1 |
22 | mailer_user: ~ | 22 | mailer_user: ~ |
23 | mailer_password: ~ | 23 | mailer_password: ~ |
24 | switftmailer_username: null | ||
25 | switftmailer_password: null | ||
24 | 26 | ||
25 | locale: en | 27 | locale: en |
26 | 28 | ||
diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql index 3c61142d..8352a1ad 100644 --- a/app/config/tests/parameters.yml.dist.pgsql +++ b/app/config/tests/parameters.yml.dist.pgsql | |||
@@ -21,6 +21,8 @@ parameters: | |||
21 | mailer_host: 127.0.0.1 | 21 | mailer_host: 127.0.0.1 |
22 | mailer_user: ~ | 22 | mailer_user: ~ |
23 | mailer_password: ~ | 23 | mailer_password: ~ |
24 | switftmailer_username: null | ||
25 | switftmailer_password: null | ||
24 | 26 | ||
25 | locale: en | 27 | locale: en |
26 | 28 | ||
diff --git a/app/config/tests/parameters.yml.dist.sqlite b/app/config/tests/parameters.yml.dist.sqlite index 2f7699b5..617e9f04 100644 --- a/app/config/tests/parameters.yml.dist.sqlite +++ b/app/config/tests/parameters.yml.dist.sqlite | |||
@@ -21,6 +21,8 @@ parameters: | |||
21 | mailer_host: 127.0.0.1 | 21 | mailer_host: 127.0.0.1 |
22 | mailer_user: ~ | 22 | mailer_user: ~ |
23 | mailer_password: ~ | 23 | mailer_password: ~ |
24 | switftmailer_username: null | ||
25 | switftmailer_password: null | ||
24 | 26 | ||
25 | locale: en | 27 | locale: en |
26 | 28 | ||