Skip to content

Commit

Permalink
For CNDW2024
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopen committed Nov 24, 2024
1 parent bf04f6a commit 70d8b5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions auth0/client.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ resource "auth0_client" "tfer--0cWWdpGt4CpWjHJ9QIHtPm5GrJLS25lz_Dreamkast-0020-U
app_type = "spa"
callbacks = [
"http://localhost:3001/discussionboard",
"http://localhost:3001/cnds2024/ui",
"https://*.dev.cloudnativedays.jp/cnds2024/ui",
"http://localhost:3001/cndw2024/ui",
"https://*.dev.cloudnativedays.jp/cndw2024/ui",
]
cross_origin_auth = "false"
custom_login_page_on = "true"
Expand Down
2 changes: 1 addition & 1 deletion dreamkast_infra/prod/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ------------------------------------------------------------#
variable "event_name" {
# used for the path of dreamkast-ui
default = "cnds2024"
default = "cndw2024"
}

variable "prj_prefix" {
Expand Down
2 changes: 1 addition & 1 deletion dreamkast_infra/stg/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ------------------------------------------------------------#
variable "event_name" {
# used for the path of dreamkast-ui
default = "cnds2024"
default = "cndw2024"
}

variable "prj_prefix" {
Expand Down

0 comments on commit 70d8b5a

Please sign in to comment.