// Update with your config settings. export default > { // Development settings use a simple SQLite file. development: { client: "sqlite3", connection: { filename: "./dev.sqlite3" } }, // In production, we base the config on an environment // variable setting. production: JSON.parse(process.env.MUDBASE_DB_CONFIG || "{}") };