diff options
Diffstat (limited to 'app/config/parameters.yml.dist')
-rw-r--r-- | app/config/parameters.yml.dist | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index d45839f4..ece4903a 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -18,6 +18,7 @@ parameters: | |||
18 | database_password: ~ | 18 | database_password: ~ |
19 | database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite" | 19 | database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite" |
20 | database_table_prefix: wallabag_ | 20 | database_table_prefix: wallabag_ |
21 | database_socket: null | ||
21 | 22 | ||
22 | mailer_transport: smtp | 23 | mailer_transport: smtp |
23 | mailer_host: 127.0.0.1 | 24 | mailer_host: 127.0.0.1 |
@@ -34,6 +35,21 @@ parameters: | |||
34 | twofactor_sender: no-reply@wallabag.org | 35 | twofactor_sender: no-reply@wallabag.org |
35 | 36 | ||
36 | # fosuser stuff | 37 | # fosuser stuff |
38 | fosuser_registration: true | ||
37 | fosuser_confirmation: true | 39 | fosuser_confirmation: true |
38 | 40 | ||
39 | from_email: no-reply@wallabag.org | 41 | from_email: no-reply@wallabag.org |
42 | |||
43 | rss_limit: 50 | ||
44 | |||
45 | # RabbitMQ processing | ||
46 | rabbitmq_host: localhost | ||
47 | rabbitmq_port: 5672 | ||
48 | rabbitmq_user: guest | ||
49 | rabbitmq_password: guest | ||
50 | |||
51 | # Redis processing | ||
52 | redis_scheme: tcp | ||
53 | redis_host: localhost | ||
54 | redis_port: 6379 | ||
55 | redis_path: null | ||