mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-06 08:18:08 +00:00
19 lines
405 B
TypeScript
19 lines
405 B
TypeScript
![]() |
const config: any = {
|
||
|
// Uncomment below to configure analytics.
|
||
|
// googleAnalytics: {
|
||
|
// trackingId: 'UA-24123123-01',
|
||
|
// },
|
||
|
// mixpanel: {
|
||
|
// token: 'fad1285da4e618b618973cacf6565e61',
|
||
|
// },
|
||
|
// amplitude: {
|
||
|
// apiKey: 'c5c212632315d19c752ab083bc7c92ff',
|
||
|
// },
|
||
|
// logging: true,
|
||
|
datahub: {
|
||
|
enabled: true,
|
||
|
},
|
||
|
};
|
||
|
|
||
|
export default config;
|