This commit is contained in:
irylkov
2025-03-21 09:40:42 +03:00
commit bbb7597e17
24 changed files with 457 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
app:
edit_interval: 1s
service:
host: localhost
grpc_port: 8085
http_port: 8086
db_shards:
- host: "postgres-comments-shard-1"
port: 5432
user: comments-user-1
password: comments-password-1
db_name: comments_db
- host: "postgres-comments-shard-2"
port: 5432
user: comments-user-2
password: comments-password-2
db_name: comments_db

View File

@@ -0,0 +1,20 @@
app:
edit_interval: 1s
service:
host: localhost
grpc_port: 8085
http_port: 8086
db_shards:
- host: localhost
port: 5434
user: comments-user-1
password: comments-password-1
db_name: comments_db
- host: localhost
port: 5435
user: comments-user-2
password: comments-password-2
db_name: comments_db