mbot
Version:
Modular Bot Framework
43 lines • 842 B
JSON
{
"brain": {
"message": {
},
"admin": {
"users": [
"usr1"
],
"command": {
"quit": "q"
}
},
"global": {
"command": {
"help": "help"
}
}
},
"nlp": {
"type": "hashtag"
},
"adapter": {
"type": "test",
"from": "usr1"
},
"db": {
"adapters": {
"adap-disk": "sails-disk"
},
"connections": {
"default": {
"adapter": "adap-disk",
"filePath": ".tmp/",
"inMemoryOnly": true
}
},
"defaults": {
"migrate": "drop",
"autoCreatedAt": true,
"autoUpdatedAt": true
}
}
}