DB Rules
moduleSettings = {
// CB Security
cbSecurity : {
rules : "db", // Rules are in the database
rulesDSN : "myDatasource", // The datasource
rulesTable : "securityRules", // The table that has the rules
rulesOrderBy : "order asc" // An optional ordering
}
};Last updated
Was this helpful?