From ab0ed0f19a70539283f255d3753561d8d7997cab Mon Sep 17 00:00:00 2001 From: HumanG33K Date: Thu, 18 Aug 2022 15:26:49 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20la=20configuration?= =?UTF-8?q?=20pour=20la=20visibilit=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 1963286..2e1756f 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,21 @@ Un certain nombre de choses sont à configurer (voir la doc (https://docs.nextc 4 => '192.169.1.1', ), 'default_phone_region' => 'FR', + 'account_manager.default_property_scope' => + array ( + 'displayname' => 'v2-federated', + 'address' => 'v2-private', + 'website' => 'v2-private', + 'email' => 'v2-private', + 'avatar' => 'v2-private', + 'phone' => 'v2-private', + 'twitter' => 'v2-private', + 'organisation' => 'v2-private', + 'role' => 'v2-private', + 'headline' => 'v2-private', + 'biography' => 'v2-private', + ), + ``` ### Mise en place des caches (mémoire, fichiers)