25 lines
264 B
INI
25 lines
264 B
INI
# Non-standard (but accepted) comment
|
|
; standard ini comment
|
|
|
|
[check_mysql]
|
|
username=operator
|
|
; comment in the middle
|
|
password=secret
|
|
|
|
[section_twice]
|
|
foo=bar
|
|
|
|
[check_mysql2]
|
|
u=admin
|
|
p=secret
|
|
|
|
[section_twice]
|
|
bar=foo
|
|
|
|
[check space_and_flags]
|
|
foo=bar
|
|
a=
|
|
b=
|
|
bar=
|
|
|