dreamjob/lib/Cake/Test/test_app/Config/nested.ini

18 lines
259 B
INI
Raw Normal View History

2014-02-18 12:10:29 +01:00
; Test file for testing ini files with . syntax
[database]
db.username = mark
db.password = secret
[nesting]
one.two.three = 3
a.b.c.d = On
[bools]
test_on = on
test_off = off
test_yes = yes
test_no = no
test_true = true
test_false = false
test_null = null