You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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