diff options
Diffstat (limited to 'docs/en/user/upgrade-2.0.x-2.1.1.rst')
-rw-r--r-- | docs/en/user/upgrade-2.0.x-2.1.1.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/en/user/upgrade-2.0.x-2.1.1.rst b/docs/en/user/upgrade-2.0.x-2.1.1.rst index 4f9b9cee..3b39fc8c 100644 --- a/docs/en/user/upgrade-2.0.x-2.1.1.rst +++ b/docs/en/user/upgrade-2.0.x-2.1.1.rst | |||
@@ -46,6 +46,7 @@ Please check that your ``app/config/parameters.yml`` contains all the required p | |||
46 | database_password: null | 46 | database_password: null |
47 | database_path: '%kernel.root_dir%/../data/db/wallabag.sqlite' | 47 | database_path: '%kernel.root_dir%/../data/db/wallabag.sqlite' |
48 | database_table_prefix: wallabag_ | 48 | database_table_prefix: wallabag_ |
49 | database_socket: null | ||
49 | mailer_transport: smtp | 50 | mailer_transport: smtp |
50 | mailer_host: 127.0.0.1 | 51 | mailer_host: 127.0.0.1 |
51 | mailer_user: null | 52 | mailer_user: null |
@@ -62,8 +63,10 @@ Please check that your ``app/config/parameters.yml`` contains all the required p | |||
62 | rabbitmq_port: 5672 | 63 | rabbitmq_port: 5672 |
63 | rabbitmq_user: guest | 64 | rabbitmq_user: guest |
64 | rabbitmq_password: guest | 65 | rabbitmq_password: guest |
66 | redis_scheme: tcp | ||
65 | redis_host: localhost | 67 | redis_host: localhost |
66 | redis_port: 6379 | 68 | redis_port: 6379 |
69 | redis_path: null | ||
67 | 70 | ||
68 | You can find `here a documentation about parameters <http://doc.wallabag.org/en/master/user/parameters.html>`_. | 71 | You can find `here a documentation about parameters <http://doc.wallabag.org/en/master/user/parameters.html>`_. |
69 | 72 | ||