1[phalcon]
2baseuri = /phalcon/
3
4[models]
5metadata = memory
6
7[database]
8adapter = mysql
9host = localhost
10username = user
11password = passwd
12name = demo
13num1 = off
14num2 = false
15num3 = no
16num4 = true
17num5 = on
18num6 = yes
19num7 = null
20num8 = 123
21num9 = 123.45
22
23[test]
24parent.property = On
25parent.property2 = "yeah"
26
27[issue-12725]
28channel.handlers.0.name = stream
29channel.handlers.0.level = debug
30channel.handlers.0.fingersCrossed = info
31channel.handlers.0.filename = channel.log
32channel.handlers.1.name = redis
33channel.handlers.1.level = debug
34channel.handlers.1.fingersCrossed = info
35