eventing, renaming, subselecting
This commit is contained in:
@@ -17,17 +17,28 @@
|
||||
"requires": {
|
||||
"API_BUSINESS_PARTNER": {
|
||||
"kind": "odata",
|
||||
"model": "srv/external/API_BUSINESS_PARTNER"
|
||||
"model": "srv/external/API_BUSINESS_PARTNER",
|
||||
"--credentials": {
|
||||
"url": "http://www.google.com"
|
||||
}
|
||||
},
|
||||
"messaging": {
|
||||
"kind": "enterprise-messaging"
|
||||
"kind": "file-based-messaging"
|
||||
}
|
||||
},
|
||||
"auth": {
|
||||
"passport": {
|
||||
"strategy": "mock",
|
||||
"users": { "alice": { "roles": [ "admin" ], "password": "secret", "ID": "ALICE" } }
|
||||
"users": {
|
||||
"alice": {
|
||||
"roles": [
|
||||
"admin"
|
||||
],
|
||||
"password": "secret",
|
||||
"ID": "ALICE"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user