Skip to content

Format property files

Sondre Eikanger Kvalø edited this page Aug 13, 2013 · 1 revision

When using Java Property files, you may tag your entry with “[tag]." if a key does not have a tag, it will be considered a default, and always be available

Example:

somedb.username=default username
@production.somedb.username=username in production
@systest.somedb.username=username in system test
Clone this wiki locally