storage service
Replaces the default in-memory storage solution with a MongoDB-backed alternative. This service is provided via the
pg plugin - note that alternative storage
services are offered via the following plugins:
Boot config
{
"mongodbConnection": {
"host": "localhost",
"port": 27017,
"database": "tymlyTest"
}
}
None.
Blueprint dirs
This service can load resources defined in the following Blueprint directories:
Directory | Content |
---|---|
/models |
One JSON file per model (contents to be a JSON schema for defining the model's data structure) |