diff options
Diffstat (limited to 'app/config')
-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 | ||