2019-11-12 13:53:58 +00:00
|
|
|
{
|
|
|
|
"name": "ChatConfig",
|
|
|
|
"description": "Chat API config",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "chatConfig"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"id": true,
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "number",
|
2019-11-12 13:53:58 +00:00
|
|
|
"description": "Identifier"
|
|
|
|
},
|
2019-12-27 07:49:51 +00:00
|
|
|
"host": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "string"
|
2019-12-27 07:49:51 +00:00
|
|
|
},
|
|
|
|
"api": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "string"
|
2019-11-12 13:53:58 +00:00
|
|
|
},
|
|
|
|
"user": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "string"
|
2019-11-12 13:53:58 +00:00
|
|
|
},
|
|
|
|
"password": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "string"
|
2019-11-12 13:53:58 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"acls": [{
|
|
|
|
"accessType": "READ",
|
|
|
|
"principalType": "ROLE",
|
|
|
|
"principalId": "$everyone",
|
|
|
|
"permission": "ALLOW"
|
|
|
|
}]
|
|
|
|
}
|