mirror of
https://github.com/kremalicious/umami.git
synced 2025-01-12 14:11:10 +01:00
ignore process.env
This commit is contained in:
parent
d952214536
commit
7627f97c09
12
process.env
12
process.env
@ -1,12 +0,0 @@
|
||||
#DATABASE_URL="postgresql://umami:rainbow-unicorn-dog@5.161.101.112:5432/umami?schema=analytics&connection_limit=1"
|
||||
DATABASE_URL="postgresql://umami:shhhthisissupersecret!@164.92.98.175:5432/umami?schema=umami"
|
||||
ANALYTICS_URL="clickhouse://default:shhhthisissupersecret!@164.92.95.2:8123/umami_dev"
|
||||
KAFKA_URL="kafka://username:password!@localhost/";
|
||||
KAFKA_BROKER="localhost:9092,localhost:9093,localhost:9094"
|
||||
HASH_SALT="mySalt!!~"
|
||||
LOG_QUERY=1
|
||||
|
||||
DATABASE_URL_v1="postgresql://postgres:8ee420ee@localhost:5432/umami?schema=dbo"
|
||||
DATABASE_URL_v2="postgresql://postgres:8ee420ee@localhost:5432/umami2?schema=dbo"
|
||||
DATABASE_URL_DROPLET="postgresql://umami:shhhthisissupersecret!@164.92.95.2:8123/umami?schema=umami"
|
||||
DATABASE_URL_MYSQL="mysql://root:8ee420ee@localhost:3306/umami"
|
Loading…
Reference in New Issue
Block a user