first commit
This commit is contained in:
13
replication_service/.env.example
Normal file
13
replication_service/.env.example
Normal 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
|
||||
Reference in New Issue
Block a user