config.ts•678 B
export const SCOPES = [
// Google Tag Manager
'https://www.googleapis.com/auth/tagmanager.readonly',
'https://www.googleapis.com/auth/tagmanager.edit.containers',
'https://www.googleapis.com/auth/tagmanager.edit.containerversions',
'https://www.googleapis.com/auth/tagmanager.publish',
// Google Search Console
'https://www.googleapis.com/auth/webmasters',
'https://www.googleapis.com/auth/webmasters.readonly',
// Google Analytics (GA4)
'https://www.googleapis.com/auth/analytics',
'https://www.googleapis.com/auth/analytics.readonly',
];
export const PORT = 3201;
export const REDIRECT_URI = `http://localhost:${PORT}/callback`;