8398c9048d
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
26 lines
429 B
INI
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
|