1
0
mirror of https://github.com/hexolan/panels.git synced 2026-05-20 11:39:22 +01:00

init comment-service

This commit is contained in:
2023-09-27 16:05:24 +01:00
parent 0ae3ee3af4
commit 55a533c461
41 changed files with 2800 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
POSTGRES_USER=postgres
POSTGRES_PASS=postgres
POSTGRES_HOST=localhost:5435
POSTGRES_DATABASE=postgres
REDIS_HOST=localhost:6381
REDIS_PASS=redis
KAFKA_BROKERS=localhost:9092