Platform Team/Server Kit/Mace: Difference between revisions
No edit summary |
|||
| Line 37: | Line 37: | ||
In addition to configuration files, Mace can process files with a {{Code|.env}} suffix. These files contain variable declarations in Bash syntax. The values of these variables might be entered in configuration files in the form of {{Code|@VARIABLE@}}, in which case they will be expanded to real values while applying the configuration. | In addition to configuration files, Mace can process files with a {{Code|.env}} suffix. These files contain variable declarations in Bash syntax. The values of these variables might be entered in configuration files in the form of {{Code|@VARIABLE@}}, in which case they will be expanded to real values while applying the configuration. | ||
=== Providers === | |||
Mace supports only limited number of services that might be configured. Thats because Mace is supposed to be used mostly as a school server configuration tool. | |||
See auto generated from sources [http://api.sugarlabs.org/mace/pages/providers.html documentation] for the current list of supported providers. | |||
== Configuration application == | == Configuration application == | ||