Skip to content

Commit da243f6

Browse files
committed
Revert "use dev version; MUST revert this after tested"
This reverts commit fe52efb.
1 parent fe52efb commit da243f6

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

config/environments/development.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
config.web_console.whitelisted_ips = [
7878
"127.0.0.0/8",
7979
"::1",
80-
"192.168.0.0/20",
81-
"0.0.0.0/0"
80+
"192.168.0.0/20"
8281
]
8382
# Uncomment if you wish to allow Action Cable access from any origin.
8483
# config.action_cable.disable_request_forgery_protection = true

tf/cloudrun.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ resource "google_cloud_run_v2_service" "kokenwiki" {
3535
}
3636
env {
3737
name = "RAILS_ENV"
38-
value = "development"
38+
value = "production"
3939
}
4040
env {
4141
name = "RAILS_LOG_TO_STDOUT"
@@ -48,4 +48,4 @@ resource "google_cloud_run_v2_service" "kokenwiki" {
4848
template[0].containers[0].image,
4949
]
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)