mirror of
https://gitlab.com/mobicoop/v3/service/configuration.git
synced 2026-02-01 22:40:44 +00:00
Merge branch 'main' of ssh://gitlab.mobicoop.io:2224/v3/services/configuration
This commit is contained in:
@@ -4,6 +4,7 @@ Configuration items management. Used to configure all services using a broker to
|
|||||||
|
|
||||||
Each item consists in :
|
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 **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 **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)
|
- a **value** : the value of the configuration item (always a string, each service must cast the value if needed)
|
||||||
|
|||||||
Reference in New Issue
Block a user