Skip to content

Commit

Permalink
feat: 添加 CORE_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Aug 2, 2024
1 parent 52c1897 commit cb305a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions allinone/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ fi

rm -f /opt/jumpserver/tmp/*.pid

if [ ! "${CORE_HOST}" ]; then
export CORE_HOST=http://localhost:8080
fi

if [ ! "${LOG_LEVEL}" ]; then
export LOG_LEVEL=ERROR
fi
Expand Down

0 comments on commit cb305a7

Please sign in to comment.