From 159cf3bc6361af85778fc6952a2ad2a6683b13eb Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 29 Oct 2024 04:00:21 +0530 Subject: [PATCH] feat: oss id --- server/src/constants/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/constants/config.ts b/server/src/constants/config.ts index 199e36fc..afc77031 100644 --- a/server/src/constants/config.ts +++ b/server/src/constants/config.ts @@ -1,3 +1,4 @@ export const SERVER_PORT = process.env.SERVER_PORT ? Number(process.env.SERVER_PORT) : 8080 export const DEBUG = process.env.DEBUG === 'true' export const LOGS_PATH = process.env.LOGS_PATH ?? 'server/logs' +export const ANALYTICS_ID = process.env.ANALYTICS_ID ?? 'oss' \ No newline at end of file