21 lines
420 B
Plaintext
21 lines
420 B
Plaintext
# API Gateway Configuration
|
|
API_GATEWAY_HOST=127.0.0.1
|
|
API_GATEWAY_PORT=8000
|
|
|
|
# API Configuration
|
|
API_HOST=127.0.0.1
|
|
API_PORT=8001
|
|
|
|
# User Service Configuration
|
|
USER_SERVICE_HOST=127.0.0.1
|
|
USER_SERVICE_PORT=13001
|
|
|
|
# Logging
|
|
RUST_LOG=info
|
|
RUST_BACKTRACE=1
|
|
|
|
# Microservices Port Range
|
|
# 13000-14000 зарезервировано для микросервисов
|
|
MICROSERVICE_PORT_START=13000
|
|
MICROSERVICE_PORT_END=14000
|