Files
MaxScale/inih/examples/test.ini
Mark Riddoch 3956abe604 Addition of configuration file support
Cleanup a few warnings
2013-06-21 17:14:39 +02:00

10 lines
309 B
INI
Executable File

; Test config file for ini_example.c and INIReaderTest.cpp
[protocol] ; Protocol configuration
version=6 ; IPv6
[user]
name = Bob Smith ; Spaces around '=' are stripped
email = bob@smith.com ; And comments (like this) ignored
active = true ; Test a boolean