extended
This commit is contained in:
parent
689cfe4101
commit
1503516a41
2 changed files with 27 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
APP_MODE=dev
|
||||
APP_LOG_LVL=info
|
||||
APP_CHECK_PERIOD_SECONDS=21600
|
||||
APP_PROCESSOR_CHANNEL_SIZE=100
|
||||
|
||||
#[HTTP]
|
||||
HTTP_HOST=0.0.0.0
|
||||
|
|
@ -13,3 +14,8 @@ TASK_SOURCE_PORT=
|
|||
TASK_SOURCE_TIMEOUT_SECONDS=
|
||||
|
||||
#[RABBIT]
|
||||
RABBIT_HOST=
|
||||
RABBIT_PORT=
|
||||
RABBIT_USER=
|
||||
RABBIT_PASS=
|
||||
RABBIT_VHOST=
|
||||
Loading…
Add table
Add a link
Reference in a new issue