[hw-4] add postgres db

This commit is contained in:
Никита Шубин
2025-06-26 12:08:46 +00:00
parent 3ebaad5558
commit 77ed9fcf85
46 changed files with 1582 additions and 369 deletions

View File

@@ -9,18 +9,18 @@ jaeger:
port: 6831
db_master:
host: localhost
host: postgres-master
port: 5432
user: loms-user
password: loms-password
db_name: loms_db
user: user
password: password
db_name: route256
db_replica:
host: localhost
port: 5433
user: loms-user
password: loms-password
db_name: loms_db
host: postgres-replica
port: 5432
user: user
password: password
db_name: route256
kafka:
host: localhost