Covivo/mobicoop

View on GitHub
api/config/params/analytics.json.dist

Summary

Maintainability
Test Coverage
{
    "url": "",
    "secret": "",
    "organization": "Organization name like in the param file of the ETL",
    "database": "database name if the instance",
    "dashboards": [
        {
            "type": [
                {
                    "periodicity": "daily",
                    "visualDashboardId": 35,
                    "auth_item": "the_right_to_read"
                },
                {
                    "periodicity": "monthly",
                    "visualDashboardId": 35,
                    "auth_item": "the_right_to_read"
                },
                {
                    "periodicity": "yearly",
                    "visualDashboardId": 35,
                    "auth_item": "the_right_to_read"
                }
            ]
        }
    ]
}