Actually set the value to skip host verification
Build and Publish Docker Container / build (push) Successful in 5m50s

This commit is contained in:
2024-02-07 10:09:28 +00:00
parent 351694df12
commit 0bf5e17651
+1 -1
View File
@@ -14,7 +14,7 @@ module LectureAttendanceManager
config.active_job.queue_adapter = :sidekiq
config.hosts << "lectures.joshuacoles.me"
config.action_controller.forgery_protection_origin_check
config.action_controller.forgery_protection_origin_check = false
# Disable sass to make tailwind work
config.assets.css_compressor = nil