task-processor/config.env

16 lines
210 B
Bash
Raw Normal View History

2026-02-18 15:53:29 +03:00
#[APP]
APP_MODE=dev
APP_LOG_LVL=info
2026-02-18 19:58:09 +03:00
APP_CHECK_PERIOD_SECONDS=21600
2026-02-18 15:53:29 +03:00
#[HTTP]
2026-02-18 19:58:09 +03:00
HTTP_HOST=0.0.0.0
HTTP_PORT=41082
2026-02-18 15:53:29 +03:00
#[TASKS SOURCE(GRPC)]
2026-02-18 19:58:09 +03:00
TASK_SOURCE_HOST=
TASK_SOURCE_PORT=
TASK_SOURCE_TIMEOUT_SECONDS=
2026-02-18 15:53:29 +03:00
#[RABBIT]