mirror of
https://github.com/hexolan/panels.git
synced 2026-05-20 11:39:22 +01:00
9 lines
175 B
Bash
9 lines
175 B
Bash
POSTGRES_USER=postgres
|
|
POSTGRES_PASS=postgres
|
|
POSTGRES_HOST=localhost:5435
|
|
POSTGRES_DATABASE=postgres
|
|
|
|
REDIS_HOST=localhost:6381
|
|
REDIS_PASS=redis
|
|
|
|
KAFKA_BROKERS=localhost:9092 |