Rollback prod config change
Some checks failed
CI / scan_ruby (push) Failing after 37s
CI / scan_js (push) Successful in 14s
CI / lint (push) Successful in 14s
CI / test (push) Failing after 41s

This commit is contained in:
sto
2025-11-21 10:39:16 +01:00
parent 710953919c
commit b2429b71f4
4 changed files with 25 additions and 26 deletions

View File

@@ -40,7 +40,7 @@ Rails.application.configure do
# Set localhost to be used by links generated in mailer templates.
config.action_mailer.default_url_options = { host: "localhost", port: 3000 }
config.action_controller.default_url_options = { host: "localhost" }
config.action_controller.default_url_options = { host: "192.168.122.105", port: 3000 }
# Print deprecation notices to the Rails logger.
config.active_support.deprecation = :log