Create testbed to test beamer scenarios in Fizzy

This commit is contained in:
Stanko K.R.
2025-10-13 13:46:00 +02:00
parent 0e0103c492
commit d3816bc212
8 changed files with 333 additions and 7 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ Rails.application.configure do
config.action_mailer.raise_delivery_errors = false
end
config.hosts = %w[ fizzy.localhost localhost 127.0.0.1 ]
config.hosts = %w[ fizzy.localhost localhost 127.0.0.1 ] + [ /^fizzy-\d+(:\d+)$/ ]
# Set host to be used by links generated in mailer and notification view templates.
config.action_controller.default_url_options = { host: config.hosts.first, port: 3006 }