27 lines
405 B
JSON
27 lines
405 B
JSON
{
|
|
"user": {
|
|
"dataSource": "auth"
|
|
},
|
|
"AccessToken": {
|
|
"dataSource": "auth",
|
|
"relations": {
|
|
"user": {
|
|
"type": "belongsTo",
|
|
"model": "user",
|
|
"foreignKey": "userId"
|
|
}
|
|
}
|
|
},
|
|
"ACL": {
|
|
"dataSource": "auth"
|
|
},
|
|
"RoleMapping": {
|
|
"dataSource": "auth"
|
|
},
|
|
"Role": {
|
|
"dataSource": "auth"
|
|
},
|
|
"Account": {
|
|
"dataSource": "auth"
|
|
}
|
|
} |