UNPKG

@strapi/generate-new

Version:

Generate a new Strapi application.

14 lines (13 loc) 242 B
"use strict"; const defaultConfigs = { sqlite: { connection: { filename: ".tmp/data.db" }, useNullAsDefault: true }, postgres: {}, mysql: {} }; module.exports = defaultConfigs; //# sourceMappingURL=db-configs.js.map