# nqm-databot-store
The default databot store.

## install
```
npm install @nqminds/nqm-databot-store
```

## configuration
In the configuration file of your databot host, add the folder path using the `databotStorePath` property:
```
{
  ...
  "databotStorePath": "/path/to/the/nqm-databot-store",
  ...
}
``` 

