Application server-side configuration parameters
Overview
Developers set MobileFirst application configuration parameters in...
PROJECT/server/conf/worklight.properties
For example, to use analytics features, we set wl.analytics.url to a valid URL.
When we deploy the project WAR file to production or test, the configuration is certain to be different. To modify the default configuration to fit a new environment, we can override application properties in worklight.properties during deployment.
See
- Configure the MPF Server location
- Runtime database setup for development mode
- Push notification settings
- Analytics
- SSL certificate keystore setup
- Miscellaneous Settings
- Storing properties in encrypted format
- Obsolete properties
- Declare application-specific configuration properties
- Configure a MobileFirst project in production using JNDI environment entries
- SMS gateway configuration
Parent topic: Deploy MobileFirst applications to test and production environments