mirror of
https://github.com/postmannen/ctrl.git
synced 2024-12-14 12:37:31 +00:00
updated dockerfile and scripts for enable debugging flag
This commit is contained in:
parent
f32aa2d89b
commit
9fb9d3fd41
2 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,7 @@ ENV ENABLE_SOCKET "1"
|
|||
ENV ENABLE_TUI "0"
|
||||
ENV ENABLE_SIGNATURE_CHECK "0"
|
||||
ENV IS_CENTRAL_AUTH "0"
|
||||
ENV ENABLE_DEBUG "0"
|
||||
|
||||
ENV START_PUB_REQ_HELLO 60
|
||||
|
||||
|
@ -98,6 +99,7 @@ CMD ["ash","-c","env CONFIGFOLDER=./etc/ /app/steward\
|
|||
-enableTUI=$ENABLE_TUI\
|
||||
-enableSignatureCheck=$ENABLE_SIGNATURE_CHECK\
|
||||
-isCentralAuth=$IS_CENTRAL_AUTH\
|
||||
-enableDebug=$ENABLE_DEBUG\
|
||||
-startPubREQHello=$START_PUB_REQ_HELLO\
|
||||
-startSubREQErrorLog=$START_SUB_REQ_ERROR_LOG\
|
||||
-startSubREQHello=$START_SUB_REQ_HELLO\
|
||||
|
|
|
@ -29,6 +29,7 @@ ENABLE_SOCKET=1
|
|||
ENABLE_TUI=0
|
||||
ENABLE_SIGNATURE_CHECK=0
|
||||
IS_CENTRAL_AUTH=0
|
||||
ENABLE_DEBUG=0
|
||||
|
||||
START_PUB_REQ_HELLO=60
|
||||
START_SUB_REQ_ERROR_LOG=true
|
||||
|
|
Loading…
Reference in a new issue