Skip to content

Commit

Permalink
fix:default plugin value "false"
Browse files Browse the repository at this point in the history
  • Loading branch information
torsten-simon committed Nov 14, 2024
1 parent a9ddc91 commit 76b79aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/main/docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ memory_limit="${MEMORY_LIMIT:-1024M}"

only_office_document_server="${ONLYOFFICE_DOCUMENT_SERVER:-}"
only_office_plugin_url="${ONLYOFFICE_PLUGIN_URL:-}"
only_office_edusharing_plugin="${ONLYOFFICE_EDUSHARING_PLUGIN:-}"
only_office_edusharing_plugin="${ONLYOFFICE_EDUSHARING_PLUGIN:-false}"
only_office_edusharing_plugin_label="${ONLYOFFICE_EDUSHARING_PLUGIN_LABEL:-}"
only_office_edusharing_plugin_icon="${ONLYOFFICE_EDUSHARING_PLUGIN_ICON:-}"
only_office_jwt_secret="${ONLYOFFICE_JWT_SECRET:-}"
Expand Down

0 comments on commit 76b79aa

Please sign in to comment.