libconfigini/etc/config.cnf

33 lines
361 B
Plaintext
Raw Normal View History

2022-01-14 20:45:16 +01:00
#
# 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