mirror of
https://github.com/netdata/netdata.git
synced 2025-04-28 22:52:30 +00:00
10 lines
190 B
Markdown
10 lines
190 B
Markdown
The file format is a modified INI syntax. The general structure is:
|
|
|
|
```ini
|
|
[section1]
|
|
option1 = some value
|
|
option2 = some other value
|
|
|
|
[section2]
|
|
option3 = some third value
|
|
```
|