mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-05 15:57:58 +00:00

Co-authored-by: Harshal Sheth <harshal@acryl.io> Co-authored-by: Dexter Lee <dexter@acryl.io> Co-authored-by: Gabe Lyons <itsgabelyons@gmail.com>
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;
|