You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-testmgr/external/ZendFramework-1.9.5/tests/Zend/Config/_files/config.ini

51 lines
640 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: staging]
only_in = otherStaging
db.pass = anotherpwd
; invalid keys
[leadingdot]
.test = dot-test
[onedot]
. = dot-test
[twodots]
... = dot-test
[threedots]
... = dot-test
[trailingdot]
test. = dot-test
[extendserror:nonexistent]
testing =123
[zf426]
db = one
db.name = two