mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
13 lines
416 B
INI
13 lines
416 B
INI
![]() |
; 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
|
||
|
pi = 3.14159 ; Test a floating point number
|
||
|
multi = this is a ; test
|
||
|
multi-line value ; test
|