For an initial pilot of a small app, I would like to keep a separate file for users name/passwords to be used in dev environment, and one for the prd environment.
Up to now, I have two files, and I copy manually the prd one to naviox-users.properties before creating the war.
Can you suggest a better strategy?