cacert-testmgr/external/ZendFramework-1.9.5/tests/Zend/Config/_files/allsections.ini
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
2010-03-31 10:12:32 +02:00

26 lines
429 B
INI

[all]
hostname = all
name = thisname
db.host = 127.0.0.1
db.user = username
db.pass = password
db.name = live
one.two.three = multi
[staging : all]
hostname = staging
db.name = dbstaging
debug = false
[debug:all]
hostname = debug
debug = true
values.changed = yes
db.name = dbdebug
special.no = no
special.null = null
special.false = false
[other_staging]
only_in = otherStaging
db.pass = anotherpwd