LCONF files - lms-org/lms GitHub Wiki
The *.lconf format is a LMS specific key-value properties format.
- General format: one key-value pair per line like
KEY = VALUE. - Empty lines are ignored.
- Comment lines start with
#. - Key-value pairs continue to the next line if last character is a
\. - For value lists the values should be separated with
,. - Whitespace charactes before and after equal sign and before and after the comma will be ignored.
Example:
# This is a comment
width = 300
height = 400
flag = true
shortStringArray = BEN, CHARLES, DAVID
longIdList = 1, 2, 3, 4,\
5, 6, 7, 8