init panel-service

This commit is contained in:
2023-09-27 16:13:48 +01:00
parent 55a533c461
commit e0bd8ef953
24 changed files with 2602 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
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