first commit

This commit is contained in:
brusnitsyn
2026-03-29 23:24:15 +09:00
commit a88375f72e
19 changed files with 4262 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# PostgreSQL Connection (назначение для всех репликаций)
POSTGRES_HOST=localhost
POSTGRES_DATABASE=replication_db
POSTGRES_USERNAME=postgres
POSTGRES_PASSWORD=postgres_password
POSTGRES_PORT=5432
# Redis (для кэширования и очередей)
REDIS_HOST=localhost
REDIS_PORT=6379
# API
API_KEY=your_secret_api_key_here