Files
timeoverflow/config/initializers/superadmins.rb
Saverio Trioni 0955982ee4 Superusers are defined in ENV (more secure than database).
Note: use an `.env' file and set ADMINS to a space-separated
list of emails, to se the superusers in development and test.
2013-11-03 23:27:02 +01:00

1 line
33 B
Ruby

ADMINS = ENV["ADMINS"].to_s.split