Changes

Line 41: Line 41:     
See [http://git.sugarlabs.org/server/base/trees/master/etc sugar-server-base sources] for a more complex example.
 
See [http://git.sugarlabs.org/server/base/trees/master/etc sugar-server-base sources] for a more complex example.
 +
 +
=== Configuration variables ===
 +
 +
In additions to configuration files, Mace can process files with {{Code|.env}} suffix. These files contain variable declaration in Bash syntax. The values of this variables might be used in configuration files in form of {{Code|@VARIABLE@}} and will be expanded to real values while applying configuration.
 +
 +
There are several variables that being defined will have special meaning for the Mace:
 +
 +
* {{Code|INCLUDE}}, a colon separated list of directory names to only include to the prossing list while applying;
 +
* {{Code|EXCLUDE}}, a colon separated list of directory names to exclude from the prossing list while applying.
    
== Configuration application ==
 
== Configuration application ==