salix/services/production/server/model-config.json

71 lines
1.0 KiB
JSON

{
"user": {
"dataSource": "salix"
},
"AccessToken": {
"dataSource": "salix",
"relations": {
"user": {
"type": "belongsTo",
"model": "user",
"foreignKey": "userId"
}
}
},
"ACL": {
"dataSource": "salix"
},
"RoleMapping": {
"dataSource": "salix"
},
"Role": {
"dataSource": "salix"
},
"Account": {
"dataSource": "salix"
},
"Ticket": {
"dataSource": "salix"
},
"State":{
"dataSource": "salix"
},
"TicketState":{
"dataSource": "salix"
},
"Warehouse":{
"dataSource": "salix"
},
"Employee":{
"dataSource": "salix"
},
"Client":{
"dataSource": "client"
},
"Province":{
"dataSource": "salix"
},
"Agency": {
"dataSource": "salix"
},
"FakeProduction": {
"dataSource": "salix"
},
"Message": {
"dataSource": "salix"
},
"MessageInbox": {
"dataSource": "salix"
},
"Route": {
"dataSource": "salix"
},
"ticketTracking": {
"dataSource": "vn"
},
"worker": {
"dataSource": "vn"
}
}