mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
Update parameters.yml
This commit is contained in:
parent
5b7c04a7b4
commit
604e728587
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ parameters:
|
||||||
fos_oauth_server_refresh_token_lifetime: 1209600
|
fos_oauth_server_refresh_token_lifetime: 1209600
|
||||||
from_email: no-reply@__DOMAIN__
|
from_email: no-reply@__DOMAIN__
|
||||||
rss_limit: 50
|
rss_limit: 50
|
||||||
|
rabbitmq_host: localhost
|
||||||
|
rabbitmq_port: 5672
|
||||||
|
rabbitmq_user: guest
|
||||||
|
rabbitmq_password: guest
|
||||||
redis_scheme: tcp
|
redis_scheme: tcp
|
||||||
redis_host: localhost
|
redis_host: localhost
|
||||||
redis_port: 6379
|
redis_port: 6379
|
||||||
|
|
Loading…
Add table
Reference in a new issue