Skip to content

Commit

Permalink
Merge pull request #470 from cloudnativedaysjp/chore/correct_dotenv_f…
Browse files Browse the repository at this point in the history
…iles

chore: Correct dotenv files
  • Loading branch information
hrk091 authored Nov 12, 2023
2 parents 5097f53 + c8cd870 commit 5ec6e61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NEXT_PUBLIC_AUTH0_DOMAIN=dreamkast.us.auth0.com
NEXT_PUBLIC_AUTH0_CLIENT_ID=0cWWdpGt4CpWjHJ9QIHtPm5GrJLS25lz
NEXT_PUBLIC_AUTH0_AUDIENCE=https://event.cloudnativedays.jp/
NEXT_PUBLIC_BASE_PATH=/cndf2023/ui
NEXT_PUBLIC_EVENT_SALT=cndf2023
NEXT_PUBLIC_BASE_PATH=/cndt2023/ui
NEXT_PUBLIC_EVENT_SALT=cndt2023
NEXT_PUBLIC_API_BASE_URL=http://localhost:8080/
NEXT_PUBLIC_WEAVER_URL=http://localhost:8088/
6 changes: 3 additions & 3 deletions .env.staging
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
NEXT_PUBLIC_AUTH0_DOMAIN=dreamkast.us.auth0.com
NEXT_PUBLIC_AUTH0_CLIENT_ID=TPeiKSZzmH2JZJPybE290kypTUrWClTk
NEXT_PUBLIC_AUTH0_AUDIENCE=https://event.cloudnativedays.jp/
NEXT_PUBLIC_BASE_PATH=/cndf2023/ui
NEXT_PUBLIC_EVENT_SALT=cndf2023
NEXT_PUBLIC_API_BASE_URL=https://api.stg.cloudnativedays.jp
NEXT_PUBLIC_BASE_PATH=/cndt2023/ui
NEXT_PUBLIC_EVENT_SALT=cndt2023
NEXT_PUBLIC_API_BASE_URL=https://staging.dev.cloudnativedays.jp
NEXT_PUBLIC_DK_URL=https://staging.dev.cloudnativedays.jp
NEXT_PUBLIC_WEAVER_URL=https://dkw.dev.cloudnativedays.jp

0 comments on commit 5ec6e61

Please sign in to comment.