diff --git a/.env b/.env deleted file mode 100644 index 8e9aa129f..000000000 --- a/.env +++ /dev/null @@ -1,6 +0,0 @@ -DATABASE_URL='postgresql://dev_write:k3PaKM53gM@43.205.211.114:5432/umami' -REDIS_URL='redis://:@43.205.211.114:6379' -DEBUG='umami*' -CLICKHOUSE_URL='https://default:g_qnGKHvRdj~0@jx84ntgl4k.ap-south-1.aws.clickhouse.cloud:8443/umami' -KAFKA_URL='http://43.205.211.114:9092' -KAFKA_BROKER='43.205.211.114:9092' \ No newline at end of file diff --git a/src/app/(main)/App.tsx b/src/app/(main)/App.tsx index 4cbb1c806..9e63141d6 100644 --- a/src/app/(main)/App.tsx +++ b/src/app/(main)/App.tsx @@ -26,6 +26,9 @@ export function App({ children }) { return null; } + // eslint-disable-next-line no-console + console.log('process.env', process.env); + return ( <> {children}