mirror of
https://github.com/strapi/strapi.git
synced 2025-07-15 21:11:28 +00:00
11 lines
131 B
JavaScript
11 lines
131 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
default: {
|
|
dsn: null,
|
|
sendMetadata: true,
|
|
init: {},
|
|
},
|
|
validator: () => {},
|
|
};
|