Removed the env

This commit is contained in:
Abdul Megoon 2025-07-16 17:58:10 +05:30
parent 4d2e60b99f
commit c7213f8d5a
2 changed files with 3 additions and 6 deletions

6
.env
View file

@ -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'

View file

@ -26,6 +26,9 @@ export function App({ children }) {
return null; return null;
} }
// eslint-disable-next-line no-console
console.log('process.env', process.env);
return ( return (
<> <>
{children} {children}