new fields

This commit is contained in:
nquidox 2026-02-18 19:58:09 +03:00
parent ca36d84a03
commit f6e99b2b65
3 changed files with 41 additions and 15 deletions

View file

@ -1,13 +1,15 @@
#[APP]
APP_MODE=dev
APP_LOG_LVL=info
APP_CHECK_PERIOD_SECONDS=21600
#[HTTP]
HOST=0.0.0.0
PORT=41082
HTTP_HOST=0.0.0.0
HTTP_PORT=41082
#[TASKS SOURCE(GRPC)]
HOST=
PORT=
TASK_SOURCE_HOST=
TASK_SOURCE_PORT=
TASK_SOURCE_TIMEOUT_SECONDS=
#[RABBIT]