Services/Sync/Server/GlobalConfFile: Difference between revisions

Jump to navigation Jump to search
Line 22: Line 22:


- When the value is composed of numbers and optionally suffixed by "-", it's converted to an integer.
- When the value is composed of numbers and optionally suffixed by "-", it's converted to an integer.
- If the value is any of those: Yes, yes, True, true, False, false, No, no, it's converted to a boolean, or 0 and 1 when the language does not have a boolean type.


- A value can be an environment variable : "${VAR}" is replaced by the value of
- A value can be an environment variable : "${VAR}" is replaced by the value of
Line 33: Line 35:
   [section1]
   [section1]
   # comment
   # comment
  a_flag = True
   a_number = 1
   a_number = 1
   a_string = "other=value"
   a_string = "other=value"
Confirmed users
927

edits

Navigation menu