Upload Default Dashboards
ConfigMyApp comes with an out-of-the-box dynamic dashboard template. click here to see what it looks like.
Runtime parameters
The run time parameter is --upload-default-dashboard
/ --no-upload-default-dashboard
and it defaults to true
. For example:
./start.sh -c http://appd.saas.com -a MyApp --username=appd --password=appd --upload-default-dashboard
Environment variables
CMA_UPLOAD_DEFAULT_DASHBOARD=true
Configuration file (config.json
)
"configuration": [
{
[truncated]
"upload_default_dashboard": true
}
],