libconfigini/etc/config.cnf
Matjaz Mesnjak 22c885c1b6 Initial commit.
2022-01-14 20:45:16 +01:00

33 lines
361 B
INI

#
# comment
#
[SECT1] # comment
a=1 # comment
b =2 # comment
c = 3 # comment
d= 4 # comment
# comment
e = 5
# comment
[ SECT2 ]
aa = 11
bb = 22 # commment
# comment
cc=33
[OWNER]
name = Taner YILMAZ
title=Software Engineer
[database]
# database connection settings
server=127.0.0.1
port=5555
file=test.db