Services/Sync/Server/GlobalConfFile: Difference between revisions

Jump to navigation Jump to search
Line 43: Line 43:
== Extending a file ==
== Extending a file ==


An INI file can extend another file. For this, A "DEFAULT" section must contain an "extends" variable that can point to another INI file, which will be merged to the current file, by adding new sections and values. If the file pointed in "extends" contains section/variable names that already exist in the original file, they will not override existing ones.
An INI file can extend another file. For this, a "DEFAULT" section must contain an "extends" variable that can point to another INI file which will be merged to the current file by adding new sections and values.  
 
If the file pointed in "extends" contains section/variable names that already exist in the original file, they will not override existing ones.


file_one.ini:
file_one.ini:
Confirmed users
927

edits

Navigation menu