22 lines
205 B
INI
22 lines
205 B
INI
|
|
||
|
[check_mysql]
|
||
|
username=operator
|
||
|
password=secret # Remember to change later
|
||
|
|
||
|
[section_twice]
|
||
|
foo=bar
|
||
|
|
||
|
[check_mysql2]
|
||
|
u=admin
|
||
|
p=secret
|
||
|
|
||
|
[section_twice]
|
||
|
bar=foo
|
||
|
|
||
|
[check space_and_flags]
|
||
|
foo=bar
|
||
|
a=
|
||
|
b=
|
||
|
bar=
|
||
|
|