Global config
What is config?
"Configs" is a shortened form of "configurations," which typically refers to settings, of a system, application, or software component. Configurations are used to customize and tailor the functionality of a system to meet specific requirements or preferences
Avalanchio Global configs
Global configs typically refers to a set of settings or parameters that apply universally across an entire system, application, or network. These settings affect the behavior and functionality of the system as a whole, rather than individual components or modules. Global configuration settings are often managed centrally and apply to all users, devices, or instances within the system
Which types of service config should be a part of global config?
Who can manage global config?
What is the way to define a config?
User can put a name to the config. Short description can be writen on the config for better understanding later User has to add properties in order to add the configuration. A name has to be added to the property and user can put a value for that property Ex: Name: MAX_SIZE Value:64048576
What is cloning of a config?
User can create a copy for a config using cloning with different name.
How users can remove a config?
User can delete a config in order to remove it.