The mule-app.properties file in Mule 3, can be used to specify certain variables to be used in the flow. For example (click to enlarge):
And then you can use these variables in say a database connector for instance:
- User: ${mysql.user}
- Password: ${mysql.password}
~~~
Note: Before zipping up your Mule Application to deploy in Anypoint Platform Runtime Manager, delete the properties from mule-app.properties, that you want to specify as properties in the Application setup in Runtime Manager. See example below:
Comments
Post a Comment