forked from wallabag/wallabag
Remove unused RSS limit parameter
This commit is contained in:
@ -47,8 +47,6 @@ parameters:
|
|||||||
|
|
||||||
from_email: no-reply@wallabag.org
|
from_email: no-reply@wallabag.org
|
||||||
|
|
||||||
rss_limit: 50
|
|
||||||
|
|
||||||
# RabbitMQ processing
|
# RabbitMQ processing
|
||||||
rabbitmq_host: localhost
|
rabbitmq_host: localhost
|
||||||
rabbitmq_port: 5672
|
rabbitmq_port: 5672
|
||||||
|
|||||||
@ -32,8 +32,6 @@ parameters:
|
|||||||
|
|
||||||
from_email: ${FROM_EMAIL:-wallabag@example.com}
|
from_email: ${FROM_EMAIL:-wallabag@example.com}
|
||||||
|
|
||||||
rss_limit: 50
|
|
||||||
|
|
||||||
# RabbitMQ processing
|
# RabbitMQ processing
|
||||||
rabbitmq_host: ${RABBITMQ_HOST:-rabbitmq}
|
rabbitmq_host: ${RABBITMQ_HOST:-rabbitmq}
|
||||||
rabbitmq_port: ${RABBITMQ_PORT:-5672}
|
rabbitmq_port: ${RABBITMQ_PORT:-5672}
|
||||||
|
|||||||
Reference in New Issue
Block a user