basic app
This commit is contained in:
parent
0a6e246a5c
commit
8d6c2b6687
30 changed files with 1469 additions and 0 deletions
9
config.env
Normal file
9
config.env
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
APP_HOST=0.0.0.0
|
||||
APP_CLIENT_PORT=9050
|
||||
APP_SERVER_PORT=9060
|
||||
APP_LOG_LEVEL=error
|
||||
APP_NUMCPUS=-1
|
||||
APP_CHECK_PERIOD=6
|
||||
|
||||
TASK_RETRY_COUNT=3
|
||||
TASK_RETRY_MINUTES=5
|
||||
Loading…
Add table
Add a link
Reference in a new issue