Skip to content

Commit

Permalink
chore(web): add environment example (#1135)
Browse files Browse the repository at this point in the history
add: .env.example
  • Loading branch information
caichi-t authored Apr 23, 2024
1 parent 4d38bc3 commit 36934bc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions web/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# General
REEARTH_CMS_API=http://localhost:8080/api

# Auth0
REEARTH_CMS_AUTH0_DOMAIN=example.auth0.com
REEARTH_CMS_AUTH0_AUDIENCE=https://api.reearth.example.com
REEARTH_CMS_AUTH0_CLIENT_ID=clientid

# Cesium config
REEARTH_CMS_CESIUM_ION_ACCESS_TOKEN=

# E2E testing
REEARTH_CMS_E2E_USERNAME=
REEARTH_CMS_E2E_PASSWORD=

# Other config
REEARTH_CMS_EDITOR_URL=
1 change: 1 addition & 0 deletions web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dist-ssr
/coverage
/reearth-config.json
.env*
!.env.example

#amplify-do-not-edit-begin
amplify/\#current-cloud-backend
Expand Down

0 comments on commit 36934bc

Please sign in to comment.