diff options
Diffstat (limited to 'app/config/parameters.yml.dist')
-rw-r--r-- | app/config/parameters.yml.dist | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index 6b0cb8e8..d21f20e0 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -27,10 +27,13 @@ parameters: | |||
27 | 27 | ||
28 | domain_name: https://your-wallabag-url-instance.com | 28 | domain_name: https://your-wallabag-url-instance.com |
29 | 29 | ||
30 | mailer_transport: smtp | 30 | mailer_transport: smtp |
31 | mailer_host: 127.0.0.1 | 31 | mailer_user: ~ |
32 | mailer_user: ~ | 32 | mailer_password: ~ |
33 | mailer_password: ~ | 33 | mailer_host: 127.0.0.1 |
34 | mailer_port: false | ||
35 | mailer_encryption: ~ | ||
36 | mailer_auth_mode: ~ | ||
34 | 37 | ||
35 | locale: en | 38 | locale: en |
36 | 39 | ||