Skip to content

Commit

Permalink
feat(web): add missing disableWorkspaceManagement configuration var…
Browse files Browse the repository at this point in the history
…iable

Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
  • Loading branch information
KeisukeYamashita committed Dec 12, 2024
1 parent 2f10541 commit a2b0b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ ENV REEARTH_CESIUM_ION_ACCESS_TOKEN=null
ENV REEARTH_CLOUD_API=null
ENV REEARTH_CURRENT_TOS=null
ENV REEARTH_DEVELOPER_MODE=null
ENV REEARTH_DISABLE_WORKSPACE_MANAGEMENT=null
ENV REEARTH_DOCUMENTATION_URL=null
ENV REEARTH_EARLY_ACCESS_ADMINS=[]
ENV REEARTH_EXTENSION_URLS=[]
Expand Down
1 change: 1 addition & 0 deletions web/docker/reearth_config.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"cesiumIonAccessToken": ${REEARTH_CESIUM_ION_ACCESS_TOKEN},
"cloudApi": ${REEARTH_CLOUD_API},
"currentTos": ${REEARTH_CURRENT_TOS},
"disableWorkspaceManagement": ${REEARTH_DISABLE_WORKSPACE_MANAGEMENT},
"developerMode": ${REEARTH_DEVELOPER_MODE},
"documentationUrl": ${REEARTH_DOCUMENTATION_URL},
"earlyAccessAdmins": ${REEARTH_EARLY_ACCESS_ADMINS},
Expand Down

0 comments on commit a2b0b9d

Please sign in to comment.