Properties and secure configuration: running one Mule app across environments
One Mule application has to run in DEV, UAT, and PROD without anyone touching the code between environments. The trick is to externalize everything that changes into properties and to encrypt anything sensitive so it can live safely in Git.
Jul 12, 20267 min read

