1
0
Mirror von https://github.com/rspamd/rspamd.git synchronisiert 2024-08-11 02:10:18 +02:00
rspamd/test/test.cfg
2013-08-21 15:31:48 +01:00

17 Zeilen
215 B
INI

section2 {
param = "value";
param2 = value // comment
array = [ 100500, 10s, 50mb ] # array
/*
* This should be commented
*
* test123 = test
*/
}
/*
section3 {
key = value
}
/* Nested comment */
*/