hard coding posthog api key

This commit is contained in:
Martin McKeaveney 2021-05-19 21:41:56 +01:00
parent e6548a6c92
commit ed6c1101bc
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ exports.AnalyticsEvents = {
} }
exports.BUDIBASE_POSTHOG_URL = "https://posthog.budi.live" exports.BUDIBASE_POSTHOG_URL = "https://posthog.budi.live"
exports.BUDIBASE_POSTHOG_TOKEN = process.env.BUDIBASE_POSTHOG_TOKEN exports.BUDIBASE_POSTHOG_TOKEN = "Oeq9KzIpZYaNsXIvHw5QTZWNpfiG_EOjAOpjTyAiitY"