1
0
mirror of https://github.com/hexolan/panels.git synced 2026-05-20 03:29:23 +01:00
Files
panels/services/post-service/.env.example
2023-09-27 16:17:47 +01:00

11 lines
192 B
Bash

POSTGRES_USER=postgres
POSTGRES_PASS=postgres
POSTGRES_HOST=localhost:5433
POSTGRES_DATABASE=postgres
REDIS_HOST=localhost:6380
REDIS_PASS=redis
KAFKA_BROKERS=localhost:9092
LOG_LEVEL=debug