'use strict'module.exports = {
description: 'Replaces the default in-memory storage solution with a Postgresql-backed alternative',
blueprintDirs: {
models: "One JSON file per model (contents to be a JSON schema for defining the model's data structure)"
}
}