Slide 11
Slide 11 text
@build1point0
UCL (Universal Configuration Language)
UCL is heavily infused by NGINX configuration as the example of a convenient configuration system.
However, UCL is fully compatible with JSON format and is able to parse JSON files.
CODE EDITOR
{
"param": "value",
"param1": "value1",
"flag": true,
"subsection": {
"host": [
{
"host": "hostname",
"port": 900
},
{
"host": "hostname",
"port": 901
}