Skip to content

Commit

Permalink
fix(web): add missing brand in config file
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita committed Dec 11, 2024
1 parent 07f6774 commit 4eaa3ee
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 @@ -40,6 +40,7 @@ ENV REEARTH_API=null
ENV REEARTH_AUTH0_AUDIENCE=null
ENV REEARTH_AUTH0_CLIENT_ID=null
ENV REEARTH_AUTH0_DOMAIN=null
ENV REEARTH_BRAND=null
ENV REEARTH_CESIUM_ION_ACCESS_TOKEN=null
ENV REEARTH_CLOUD_API=null
ENV REEARTH_CURRENT_TOS=null
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 @@ -3,6 +3,7 @@
"auth0Audience": ${REEARTH_AUTH0_AUDIENCE},
"auth0ClientId": ${REEARTH_AUTH0_CLIENT_ID},
"auth0Domain": ${REEARTH_AUTH0_DOMAIN},
"brand": ${REEARTH_BRAND},
"cesiumIonAccessToken": ${REEARTH_CESIUM_ION_ACCESS_TOKEN},
"cloudApi": ${REEARTH_CLOUD_API},
"currentTos": ${REEARTH_CURRENT_TOS},
Expand Down

0 comments on commit 4eaa3ee

Please sign in to comment.