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