mirror of
https://github.com/hexolan/panels.git
synced 2026-03-26 20:41:15 +00:00
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
POSTGRES_USER=postgres
|
|
POSTGRES_PASS=postgres
|
|
POSTGRES_HOST=localhost:5432
|
|
POSTGRES_DATABASE=postgres
|
|
|
|
REDIS_HOST=localhost:6379
|
|
REDIS_PASS=redis
|
|
|
|
KAFKA_BROKERS=localhost:9092
|
|
|
|
LOG_LEVEL=debug |