14 lines
240 B
Bash
14 lines
240 B
Bash
TASK_GRPC_PORT=50051
|
|
TASK_HTTP_PORT=8082
|
|
TASK_GRPC_ENABLE_REFLECTION=true
|
|
|
|
POSTGRES_HOST=postgres
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_USERNAME=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_DATABASE=postgres
|
|
|
|
LOG_LEVEL=info
|
|
|
|
AUTH_SVC_ADDR=auth:50051
|