mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
Removed the env
This commit is contained in:
parent
4d2e60b99f
commit
c7213f8d5a
2 changed files with 3 additions and 6 deletions
6
.env
6
.env
|
|
@ -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'
|
|
||||||
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue