Skip to content

Commit

Permalink
STEEDOS_NODERED_ENABLED 默认为 true
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Jan 6, 2025
1 parent 4e39b4c commit 628b6dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/enterprise/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- B6_PLUGIN_PACKAGES=@builder6/node-red,lodash
- B6_PLUGIN_SERVICES=@builder6/node-red
- B6_PLUGIN_MODULES=@builder6/node-red
- STEEDOS_NODERED_ENABLED=true
# - STEEDOS_NODERED_ENABLED=false
# - B6_OIDC_ENABLED=false
# - B6_OIDC_ISSUER=https://id.steedos.cn/realms/master
# - B6_OIDC_CLIENT_ID=steedos-oidc-public
Expand Down
2 changes: 1 addition & 1 deletion deploy/enterprise/fs/opt/steedos/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ init_env_file() {
fi

if [ -z "${STEEDOS_NODERED_ENABLED}" ]; then
export STEEDOS_NODERED_ENABLED=false
export STEEDOS_NODERED_ENABLED=true
fi


Expand Down

0 comments on commit 628b6dc

Please sign in to comment.