mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Remove legacy test emails
Removes `whitelist_emails_for_staging` setting. Closes #201
This commit is contained in:
parent
aad39fd2b7
commit
1c2407a6e9
6 changed files with 0 additions and 39 deletions
|
@ -1,14 +0,0 @@
|
|||
TEST_EMAILS =
|
||||
if Rails.env.test?
|
||||
%w(
|
||||
test@example.com
|
||||
test@example.org
|
||||
old@example.org
|
||||
new@example.org
|
||||
old@example.com
|
||||
new@example.com
|
||||
)
|
||||
else
|
||||
ENV['whitelist_emails_for_staging'] ||= ''
|
||||
ENV['whitelist_emails_for_staging'].to_s.split(',').map(&:strip)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue