mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 21:47:40 +03:00
* use <h3> and <hr> elements to separate configuration directives * use <code> elements to mark constants, fs paths, module names etc. * fix unneeded "\_" escaping * fix list formatting
325 B
325 B
Static table
The 'static' module implements table lookups using key-value pairs in its configuration.
table.static {
entry KEY1 VALUE1
entry KEY2 VALUE2
...
}
Configuration directives
entry key value
Add an entry to the table.
If the same key is used multiple times, the last one takes effect.