From 8c15bdc53df0d71194e5d738482bf056c90f6dad Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Thu, 6 Apr 2023 11:00:16 +0200 Subject: [PATCH] =?UTF-8?q?Documentation=20corrig=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b71a1fe..ea76938 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,10 @@ mod_http_upload: On corrige la configuration de PEP : ``` mod_pubsub: - host: "pubsub.@HOST@" + hosts: + - "pubsub.@HOST@" + - "news.@HOST@" + - "comments.@HOST@" access_createnode: pubsub_createnode ignore_pep_from_offline: false last_item_cache: false