Translations:System administration/13/en: Difference between revisions
Jump to navigation
Jump to search
Importing a new version from external source |
Importing a new version from external source |
||
| Line 1: | Line 1: | ||
===Parameters=== | ===Parameters=== | ||
Parameters determine the | Parameters determine the behaviour of some functionalities. | ||
Thus, they cannot be created or deleted. | Thus, they cannot be created or deleted. | ||
However, their values can be updated to customize the system. | However, their values can be updated to customize the system. | ||
At this point it is important to highlight the on updating them, the data type must be respected. | At this point it is important to highlight the on updating them, the data type must be respected. | ||
Providing a value of the wrong data type (e.g., a string instead of an integer) can provoke the malfunction of the whole application. | Providing a value of the wrong data type (e.g., a string instead of an integer) can provoke the malfunction of the whole application. | ||
Latest revision as of 14:19, 27 September 2024
Parameters
Parameters determine the behaviour of some functionalities. Thus, they cannot be created or deleted. However, their values can be updated to customize the system. At this point it is important to highlight the on updating them, the data type must be respected. Providing a value of the wrong data type (e.g., a string instead of an integer) can provoke the malfunction of the whole application.