DB Rules
Security rules from a database
// CB Security
cbSecurity : {
firewall : {
rules : {
provider : {
"source" : "db",
"properties" : {
"dsn" : "myapp",
"sql" : "",
"table" : "securityRules",
"orderBy" : "order asc"
}
}
}
}
}Last updated
Was this helpful?