mbot
Version:
Modular Bot Framework
53 lines (52 loc) • 1.25 kB
JSON
{
"brain": {
"message": {
"welcome": "What can I do for you today?",
"unknown": "Could you please be more specific?",
"refine": "Please, refine your request:",
"error": "Sorry, module '{0}' has failed."
},
"admin": {
"users": [
"admin@localhost"
],
"command": {
"quit": "q"
}
},
"global": {
"command": {
"help": "help"
}
}
},
"nlp1": {
"type": "hashtag"
},
"nlp": {
"type": "bayes",
"stemmer": "node_modules/natural/lib/natural/stemmers/porter_stemmer.js"
},
"adapter": {
"type": "console",
"from": "admin@localhost",
"prompt": "[question] "
},
"db": {
"adapters": {
"adap-disk": "sails-disk"
},
"connections": {
"default": {
"adapter": "adap-disk",
"filePath": ".tmp/",
"inMemoryOnly": true
}
},
"defaults": {
"migrate": "drop",
"autoCreatedAt": true,
"autoUpdatedAt": true
}
}
}