1 parent fe52efb commit da243f6Copy full SHA for da243f6
2 files changed
config/environments/development.rb
@@ -77,8 +77,7 @@
77
config.web_console.whitelisted_ips = [
78
"127.0.0.0/8",
79
"::1",
80
- "192.168.0.0/20",
81
- "0.0.0.0/0"
+ "192.168.0.0/20"
82
]
83
# Uncomment if you wish to allow Action Cable access from any origin.
84
# config.action_cable.disable_request_forgery_protection = true
tf/cloudrun.tf
@@ -35,7 +35,7 @@ resource "google_cloud_run_v2_service" "kokenwiki" {
35
}
36
env {
37
name = "RAILS_ENV"
38
- value = "development"
+ value = "production"
39
40
41
name = "RAILS_LOG_TO_STDOUT"
@@ -48,4 +48,4 @@ resource "google_cloud_run_v2_service" "kokenwiki" {
48
template[0].containers[0].image,
49
50
51
-}
+}
0 commit comments