27 lines
429 B
INI
27 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
|