From 5d0a77b6744f748c9397bfd9badace0b9ce33334 Mon Sep 17 00:00:00 2001 From: Sylvain Briat Date: Thu, 26 Jan 2023 15:03:37 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2c268f..00a5f06 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Configuration items management. Used to configure all services using a broker to Each item consists in : +- a **uuid** : a unique identifier for the configuration item - a **domain** : each service is associated with one or more domains, represented by an uppercase string (eg. _USER_) - a **key** : the key of the configuration item (a string) - a **value** : the value of the configuration item (always a string, each service must cast the value if needed)