fix():
This commit is contained in:
@@ -1,31 +1,19 @@
|
||||
# Competition Service Configuration
|
||||
|
||||
# gRPC server port
|
||||
COMPETITION_GRPC_PORT=50053
|
||||
|
||||
# Enable/disable gRPC reflection
|
||||
COMPETITION_GRPC_PORT=50051
|
||||
COMPETITION_GRPC_ENABLE_REFLECTION=true
|
||||
COMPETITION_HTTP_PORT=8080
|
||||
|
||||
# HTTP server port (if applicable)
|
||||
COMPETITION_HTTP_PORT=8082
|
||||
|
||||
# Log level (e.g., debug, info, warn, error)
|
||||
LOG_LEVEL=info
|
||||
|
||||
# PostgreSQL database connection
|
||||
POSTGRES_HOST=postgres
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_USERNAME=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DATABASE=postgres
|
||||
|
||||
# Address of the authentication gRPC service
|
||||
AUTH_SVC_ADDR=auth:50052
|
||||
AUTH_SVC_ADDR=auth:50051
|
||||
|
||||
# Redis connection for caching
|
||||
REDIS_ADDR=redis:6379
|
||||
REDIS_PASSWORD=
|
||||
REDIS_DB=0
|
||||
|
||||
# Enable/disable caching
|
||||
CACHE_ENABLED=true
|
||||
CACHE_ENABLED=true
|
||||
|
||||
Reference in New Issue
Block a user