Add ability to use socket

For Redis & MySQL
This commit is contained in:
Jeremy Benoist
2016-10-07 21:00:13 +02:00
parent 233a1081ea
commit 6d204f5382
3 changed files with 6 additions and 1 deletions

View File

@ -18,6 +18,7 @@ parameters:
database_password: ~
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
@ -48,5 +49,7 @@ parameters:
rabbitmq_password: guest
# Redis processing
redis_scheme: tcp
redis_host: localhost
redis_port: 6379
redis_path: null