Bring per-installation setting to application.rb

This commit is contained in:
2024-06-04 00:47:50 +02:00
parent e905910719
commit 769e4af603
2 changed files with 5 additions and 1 deletions

View File

@@ -51,5 +51,8 @@ module FixinMe
# Email address of admin account
config.admin = 'admin@localhost'
# Sender address of account registration-related messages
Devise.mailer_sender = 'noreply@localhost'
end
end