new fields
This commit is contained in:
parent
ca36d84a03
commit
f6e99b2b65
3 changed files with 41 additions and 15 deletions
10
config.env
10
config.env
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue