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)