{
    "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"
            }
        }
    },
    "nlp": {
        "type": "bayes",
        "stemmer": "node_modules/natural/lib/natural/stemmers/porter_stemmer.js"
    },
    "adapter": {
        "type": "xmpp",
        "NODE_TLS_REJECT_UNAUTHORIZED": 1,
        "setPresence": {
            "status": "chat",
            "text": "mbot"
        },
        "settings": {
            "jid": "mbot@localhost",
            "password": "${MBOT_XMPP_PWD}",
            "host": "localhost",
            "port": 5222
        }
    },
    "db": {
        "adapters": {
            "adap-disk": "sails-disk"
        },
        "connections": {
            "default": {
                "adapter": "adap-disk",
                "filePath": ".tmp/",
                "inMemoryOnly": true
            }
        },
        "defaults": {
            "migrate": "drop",
            "autoCreatedAt": true,
            "autoUpdatedAt": true
        }
    }
}
