Skip to content

Commit b79cbb5

Browse files
authored
Update API base URL for production environment
1 parent fd6d6b2 commit b79cbb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.production

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NEXT_PUBLIC_API_BASE_URL=https://dreamkast-dk-2666.dev.cloudnativedays.jp
2-
NEXT_PUBLIC_API_BASE_URL=https://staging.dev.cloudnativedays.jp/
3-
# NEXT_PUBLIC_API_BASE_URL=https://event.cloudnativedays.jp/
2+
# NEXT_PUBLIC_API_BASE_URL=https://staging.dev.cloudnativedays.jp/
3+
NEXT_PUBLIC_API_BASE_URL=https://event.cloudnativedays.jp/
44
NEXT_PUBLIC_EVENT_ABBR=o11yconjp
55
NEXT_PUBLIC_DK_EVENT_ABBR=cndw2025
66
# NEXT_PUBLIC_DEBUG='true'

0 commit comments

Comments
 (0)