X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docs%2Fen%2Fuser%2Fupgrade-2.0.x-2.1.1.rst;h=3b39fc8cec80af72d9b786d44ba4e9e0a783813a;hb=0c256e2e707c4c4627b737e33166639c6ec867b7;hp=4f9b9ceebf39a5d7e4bf0e6b75b137c4573996f2;hpb=76f2123defe40d7315597938f182fed386707765;p=github%2Fwallabag%2Fwallabag.git 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 database_password: null database_path: '%kernel.root_dir%/../data/db/wallabag.sqlite' database_table_prefix: wallabag_ + database_socket: null mailer_transport: smtp mailer_host: 127.0.0.1 mailer_user: null @@ -62,8 +63,10 @@ Please check that your ``app/config/parameters.yml`` contains all the required p rabbitmq_port: 5672 rabbitmq_user: guest rabbitmq_password: guest + redis_scheme: tcp redis_host: localhost redis_port: 6379 + redis_path: null You can find `here a documentation about parameters `_.