summaryrefslogtreecommitdiff
path: root/poc/poc02-compiling-cake/src/vendor/cakephp-2.2.1-0-gcc44130/lib/Cake/Test/test_app/Config/nested.ini
blob: f9832a26cf40d8790d265729928f15576162baba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
; 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